remove var_dump

This commit is contained in:
Julien Fastré 2021-07-22 17:16:48 +02:00
parent 25ed89bdaf
commit becf1f74aa

View File

@ -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(); //;