Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
* PHP-7.0:
  No sure why this is failed in travis
  • Loading branch information
laruence committed May 31, 2016
2 parents 5717faa + 953ee61 commit 3b0a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pgsql/tests/15pg_delete.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ else {
?>
--EXPECT--
DELETE FROM "php_pgsql_test" WHERE "num"=1234;
DELETE FROM "php_pgsql_test" WHERE "num='1234';
DELETE FROM "php_pgsql_test" WHERE "num"='1234';
Ok

0 comments on commit 3b0a6df

Please sign in to comment.