mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fixup! Fix some tests
This commit is contained in:
parent
8fcdb58556
commit
4a99480f50
@ -68,9 +68,7 @@ final class ScopeControllerTest extends WebTestCase
|
|||||||
'chill_mainbundle_scope[name][en]' => 'Foo en',
|
'chill_mainbundle_scope[name][en]' => 'Foo en',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$crawler = $client->submit($form);
|
$client->submit($form);
|
||||||
var_dump($client->getResponse()->getStatusCode());
|
|
||||||
var_dump($crawler->text());
|
|
||||||
$crawler = $client->followRedirect();
|
$crawler = $client->followRedirect();
|
||||||
|
|
||||||
// Check the element contains an attribute with value equals "Foo"
|
// Check the element contains an attribute with value equals "Foo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user