Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpy committed Dec 18, 2012
1 parent 87a331f commit 91dc750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/Units/DependencyInjection/Configuration.php
Expand Up @@ -34,7 +34,9 @@ public function testMultipleDrivers()
$this->exception(function () use ($self) {
$self->processConfiguration(array(array(
'drivers' => array(
'orm' => array(),
'orm' => array(
'object_manager' => 'foo',
),
'odm' => array(
'object_manager' => 'foo',
),
Expand Down

0 comments on commit 91dc750

Please sign in to comment.