mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -16,9 +16,7 @@ use Chill\MainBundle\Repository\CenterRepositoryInterface;
|
||||
use Chill\MainBundle\Test\PrepareClientTrait;
|
||||
use Chill\PersonBundle\Entity\Person;
|
||||
use Chill\PersonBundle\Repository\PersonRepository;
|
||||
use Closure;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use PHPUnit\Framework\Constraint\StringContains;
|
||||
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
@@ -28,6 +26,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
* As I am logged in as "center a_social"
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
final class PersonControllerUpdateTest extends WebTestCase
|
||||
@@ -157,7 +156,7 @@ final class PersonControllerUpdateTest extends WebTestCase
|
||||
|
||||
$alerts = $crawler->filter('.alert-danger');
|
||||
|
||||
self::assertEquals(1, $alerts->count(), "there is an alert message displayed on the page");
|
||||
self::assertEquals(1, $alerts->count(), 'there is an alert message displayed on the page');
|
||||
}
|
||||
|
||||
public static function providePerson(): iterable
|
||||
|
Reference in New Issue
Block a user