mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 18:06:14 +00:00
remove var_dump
This commit is contained in:
parent
25ed89bdaf
commit
becf1f74aa
@ -102,7 +102,6 @@ class PersonControllerUpdateTest extends WebTestCase
|
|||||||
public function testHiddenFielsArePresent()
|
public function testHiddenFielsArePresent()
|
||||||
{
|
{
|
||||||
$crawler = $this->client->request('GET', $this->editUrl);
|
$crawler = $this->client->request('GET', $this->editUrl);
|
||||||
var_dump($crawler->text());
|
|
||||||
$configurables = array('placeOfBirth', 'phonenumber', 'email',
|
$configurables = array('placeOfBirth', 'phonenumber', 'email',
|
||||||
'countryOfBirth', 'nationality', 'spokenLanguages', 'maritalStatus');
|
'countryOfBirth', 'nationality', 'spokenLanguages', 'maritalStatus');
|
||||||
$form = $crawler->selectButton('Enregistrer')->form(); //;
|
$form = $crawler->selectButton('Enregistrer')->form(); //;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user