mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Allow to add multiple participation
The participationController accept a new parameter : `persons_ids`, which must receive a comma-separated list of person ids. A participation will be create for all those peoples. The `new` and `create` actions does not allow to receive both `person_id` and `persons_ids`. Tests are added. ref #6
This commit is contained in:
@@ -6,6 +6,11 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class EventControllerTest extends WebTestCase
|
||||
{
|
||||
|
||||
public function testSkipped()
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
/*
|
||||
public function testCompleteScenario()
|
||||
{
|
||||
|
Reference in New Issue
Block a user