mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Fix calendarControllerTest: fix acl, and add calendar acl on fixtures
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
---
|
||||
services:
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadCancelReason:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadInvite:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadCalendarRange:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\CalendarBundle\DataFixtures\ORM\:
|
||||
resource: './../../../DataFixtures/ORM'
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
|
Reference in New Issue
Block a user