Skip to content

Commit

Permalink
Added the orm to require-dev in compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boldtrn committed Jun 30, 2015
1 parent fd18d56 commit 553f258
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Query/JsonbExistenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ public function testExistence()
"
);

var_dump($q);

$expectedSQL = "SELECT t0.id AS id0, t0.attrs AS attrs1 FROM Test t0 WHERE ((t0.attrs -> 'value') IS NOT NULL) = true";

$expectedSQL = str_replace("_", "", $expectedSQL);

$actualSQL = str_replace("_", "", $q->getSql());

var_dump($actualSQL);

$this->assertEquals(
$expectedSQL,
$actualSQL
Expand Down

0 comments on commit 553f258

Please sign in to comment.