Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3164ab8

Browse files
committed
Fix tests
1 parent 1da8b12 commit 3164ab8

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)