Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Aug 25, 2015
1 parent ac955df commit b8475ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/controllers/TableStructureController_test.php
Expand Up @@ -128,7 +128,7 @@ public function testGetKeyForTablePrimaryOne()
*/
public function testGetKeyForTablePrimaryTwo()
{
a$GLOBALS['dbi']->expects($this->any())
$GLOBALS['dbi']->expects($this->any())
->method('fetchAssoc')
->will(
$this->returnCallback(
Expand Down

0 comments on commit b8475ef

Please sign in to comment.