Skip to content

Commit

Permalink
Removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 28, 2016
1 parent 96edaff commit f127e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Schema/MysqlSchemaTest.php
Expand Up @@ -1040,7 +1040,7 @@ protected function _getMockedDriver()
$mock->expects($this->any()) $mock->expects($this->any())
->method('quote') ->method('quote')
->will($this->returnCallback(function ($value) { ->will($this->returnCallback(function ($value) {
return "'$value'"; return "'$value'";
})); }));
$mock->expects($this->any()) $mock->expects($this->any())
->method('quoteIdentifier') ->method('quoteIdentifier')
Expand Down

0 comments on commit f127e3b

Please sign in to comment.