Fix calendarControllerTest: fix acl, and add calendar acl on fixtures

This commit is contained in:
2023-08-25 23:09:46 +02:00
parent 410aa7098a
commit ea9c21e021
3 changed files with 85 additions and 14 deletions

View File

@@ -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 }