Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Mar 9, 2017
1 parent 653d234 commit 1aeceec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/TestCase/Database/ConnectionTest.php
Expand Up @@ -44,7 +44,6 @@ class ConnectionTest extends TestCase
*/
protected $nestedTransactionStates = [];


public function setUp()
{
parent::setUp();
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/ORM/QueryTest.php
Expand Up @@ -2927,7 +2927,6 @@ public function testNotSoFarMatchingWithContainOnTheSameAssociation()
$this->assertEquals(2, $result->_matchingData['tags']->id);
}


/**
* Tests that it is possible to find large numeric values.
*
Expand Down

0 comments on commit 1aeceec

Please sign in to comment.