8000 Fix tests · symfony/symfony@a8930bd · GitHub
[go: up one dir, main page]

Skip to content

Commit a8930bd

Browse files
committed
Fix tests
1 parent 31fa15f commit a8930bd

File tree

1 file changed

+6
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl

1 file changed

+6
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ security:
2222
users:
2323
kevin: { password: test, roles: [ROLE_USER] }
2424
anne: { password: test, roles: [ROLE_ADMIN]}
25+
26+
# to be removed once https://github.com/doctrine/DoctrineBundle/pull/684 is merged
27+
services:
28+
Doctrine\Bundle\DoctrineBundle\Command\:
29+
resource: @DoctrineBundle/Command/*
30+
tags: [console.command]

0 commit comments

Comments
 (0)
0