mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -15,6 +15,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
final class CustomFieldControllerTest_TODO extends WebTestCase
|
||||
|
@@ -16,6 +16,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
final class CustomFieldsGroupControllerTest extends WebTestCase
|
||||
@@ -32,7 +33,7 @@ final class CustomFieldsGroupControllerTest extends WebTestCase
|
||||
'PHP_AUTH_PW' => 'olala',
|
||||
]);
|
||||
|
||||
//create the entity
|
||||
// create the entity
|
||||
$this->createCustomFieldsGroup($client);
|
||||
|
||||
// Edit the entity
|
||||
|
Reference in New Issue
Block a user