thinkingmedia 9 years ago
parent
commit
29d9956585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/QueryTest.php

+ 1 - 1
tests/TestCase/Database/QueryTest.php

@@ -3892,7 +3892,7 @@ class QueryTest extends TestCase
         $this->loadFixtures('Authors');
 
         $statementMock = $this->getMockBuilder(StatementInterface::class)
-            ->setMethods(['rowCount','closeCursor'])
+            ->setMethods(['rowCount', 'closeCursor'])
             ->getMockForAbstractClass();
 
         $statementMock->expects($this->once())