mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Docgen/action add missing goals
This commit is contained in:
@@ -166,7 +166,7 @@ final class PersonControllerCreateTest extends WebTestCase
|
||||
$form = $this->fillAValidCreationForm($form, 'Charline', 'dd');
|
||||
$client->submit($form);
|
||||
|
||||
$this->assertContains(
|
||||
$this->assertStringContainsString(
|
||||
'DEPARDIEU',
|
||||
$client->getCrawler()->text(),
|
||||
'check that the page has detected the lastname of a person existing in database'
|
||||
@@ -177,7 +177,7 @@ final class PersonControllerCreateTest extends WebTestCase
|
||||
$form = $this->fillAValidCreationForm($form, 'dd', 'Charline');
|
||||
$client->submit($form);
|
||||
|
||||
$this->assertContains(
|
||||
$this->assertStringContainsString(
|
||||
'DEPARDIEU',
|
||||
$client->getCrawler()->text(),
|
||||
'check that the page has detected the lastname of a person existing in database'
|
||||
|
Reference in New Issue
Block a user