mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -52,7 +52,7 @@ final class CustomFieldsGroupControllerTest extends WebTestCase
|
||||
// Fill in the form and submit it
|
||||
$form = $crawler->selectButton('Créer')->form([
|
||||
'custom_fields_group[name][fr]' => 'Test',
|
||||
'custom_fields_group[entity]' => 'Chill\PersonBundle\Entity\Person',
|
||||
'custom_fields_group[entity]' => \Chill\PersonBundle\Entity\Person::class,
|
||||
]);
|
||||
|
||||
$crawler = $client->submit($form);
|
||||
|
Reference in New Issue
Block a user