Skip to content

Commit dd4e6a8

Browse files
committed
missing testing adjustment
1 parent 04556bd commit dd4e6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Resources/app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function configure()
1212
if ('phpcr' === $this->environment) {
1313
$this->requireBundleSets(array(
1414
'phpcr_odm',
15-
'sonata_admin',
15+
'sonata_admin_phpcr',
1616
));
1717
} elseif ('orm' === $this->environment) {
1818
$this->requireBundleSet('doctrine_orm');

0 commit comments

Comments
 (0)