mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix typo in tests
This commit is contained in:
parent
aec01df202
commit
2a5bb28210
@ -53,7 +53,7 @@ final class CenterControllerTest extends WebTestCase
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Edit the entity
|
// Edit the entity
|
||||||
$crawler = $client->click($crawler->selectLink('Modifier')->link());
|
$crawler = $client->click($crawler->selectLink('modifier')->link());
|
||||||
|
|
||||||
$form = $crawler->selectButton('Mettre à jour')->form([
|
$form = $crawler->selectButton('Mettre à jour')->form([
|
||||||
'chill_mainbundle_center[name]' => 'Foo',
|
'chill_mainbundle_center[name]' => 'Foo',
|
||||||
|
@ -61,7 +61,7 @@ final class ScopeControllerTest extends WebTestCase
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Edit the entity
|
// Edit the entity
|
||||||
$crawler = $client->click($crawler->selectLink('Modifier')->link());
|
$crawler = $client->click($crawler->selectLink('modifier')->link());
|
||||||
|
|
||||||
$form = $crawler->selectButton('Mettre à jour')->form([
|
$form = $crawler->selectButton('Mettre à jour')->form([
|
||||||
'chill_mainbundle_scope[name][fr]' => 'Foo',
|
'chill_mainbundle_scope[name][fr]' => 'Foo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user