Browse Source

Merge pull request #10384 from cakephp/fix-ci-issues

Fix CI Issues
Mark Story 9 years ago
parent
commit
62bb863ceb
2 changed files with 0 additions and 2 deletions
  1. 0 1
      tests/TestCase/Database/ConnectionTest.php
  2. 0 1
      tests/TestCase/ORM/QueryTest.php

+ 0 - 1
tests/TestCase/Database/ConnectionTest.php

@@ -44,7 +44,6 @@ class ConnectionTest extends TestCase
      */
     protected $nestedTransactionStates = [];
 
-
     public function setUp()
     {
         parent::setUp();

+ 0 - 1
tests/TestCase/ORM/QueryTest.php

@@ -2927,7 +2927,6 @@ class QueryTest extends TestCase
         $this->assertEquals(2, $result->_matchingData['tags']->id);
     }
 
-
     /**
      * Tests that it is possible to find large numeric values.
      *