Skip to content

Commit

Permalink
Allows the Fixture system to use the aliases created
Browse files Browse the repository at this point in the history
  • Loading branch information
lilHermit committed Mar 7, 2017
1 parent 4957e10 commit ed3cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/Fixture/FixtureManager.php
Expand Up @@ -360,7 +360,7 @@ protected function _runOperation($fixtures, $operation)
{
$dbs = $this->_fixtureConnections($fixtures);
foreach ($dbs as $connection => $fixtures) {
$db = ConnectionManager::get($connection, false);
$db = ConnectionManager::get($connection);
$logQueries = $db->logQueries();
if ($logQueries && !$this->_debug) {
$db->logQueries(false);
Expand Down

0 comments on commit ed3cb30

Please sign in to comment.