Skip to content

Commit

Permalink
Use better variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 6, 2016
1 parent 9514316 commit 5dfc55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/Fixture/FixtureManager.php
Expand Up @@ -138,8 +138,8 @@ protected function _aliasConnections()
$map['test_' . $connection] = $connection;
}
}
foreach ($map as $alias => $connection) {
ConnectionManager::alias($alias, $connection);
foreach ($map as $testConnection => $normal) {
ConnectionManager::alias($testConnection, $normal);
}
}

Expand Down

0 comments on commit 5dfc55f

Please sign in to comment.