Skip to content

Commit

Permalink
fix testAdapterDuplicatKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensSahs committed Jan 22, 2013
1 parent 5fc361a commit 0d95824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Mvc/Service/DbAdapterManagerTest.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public function testAdapterDuplicatKey()
$dam->addAdapterConfig( $this->sampleConfig ); $dam->addAdapterConfig( $this->sampleConfig );


$adapter = $dam->getAdapter('sqlliteDb'); $adapter = $dam->getAdapter('sqlliteDb');
$dam->getAdapter('sqlliteDb',$adapter); $dam->getAdapter('mysqliDb',$adapter);
} }
} }

0 comments on commit 0d95824

Please sign in to comment.