Skip to content

Commit

Permalink
missing testing adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 29, 2014
1 parent 04556bd commit dd4e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Resources/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function configure()
if ('phpcr' === $this->environment) {
$this->requireBundleSets(array(
'phpcr_odm',
'sonata_admin',
'sonata_admin_phpcr',
));
} elseif ('orm' === $this->environment) {
$this->requireBundleSet('doctrine_orm');
Expand Down

0 comments on commit dd4e6a8

Please sign in to comment.