Skip to content

Commit

Permalink
PHP 5.4 compatibly
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Feb 23, 2018
1 parent bfa974d commit 94f82a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testFlagInheritence()
$query->setFlag('foo', 'bar');

$select = $query->select();
$this->assertInstanceOf(Select::class, $select);
$this->assertInstanceOf("ClanCats\\Hydrahon\\Query\\Sql\\Select", $select);

$this->assertEquals('bar', $select->getFlag('foo'));
}
Expand Down

0 comments on commit 94f82a0

Please sign in to comment.