mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -134,7 +134,7 @@ class ParticipationControllerTest extends WebTestCase
|
||||
|
||||
public function testEditMultipleAction()
|
||||
{
|
||||
/* @var $event \Chill\EventBundle\Entity\Event */
|
||||
/** @var \Chill\EventBundle\Entity\Event $event */
|
||||
$event = $this->getRandomEventWithMultipleParticipations();
|
||||
|
||||
$crawler = $this->client->request('GET', '/fr/event/participation/' . $event->getId() .
|
||||
|
Reference in New Issue
Block a user