mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
namespace Chill\EventBundle\Tests\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
use function count;
|
||||
use function in_array;
|
||||
|
||||
/**
|
||||
* Test the creation of participation controller.
|
||||
|
@@ -13,6 +13,7 @@ use Chill\EventBundle\Entity\Event;
|
||||
use Chill\EventBundle\Search\EventSearch;
|
||||
use DateTime;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
use function in_array;
|
||||
|
||||
/**
|
||||
* Test the EventSearch class.
|
||||
|
Reference in New Issue
Block a user