Skip to content

Commit

Permalink
Temp test of travis under PHP 7, part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
convissor committed Nov 20, 2015
1 parent 4260e7b commit 403e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/driver/21freeResult.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DB_driver::freeResult
--SKIPIF--
<?php
require_once dirname(__FILE__) . '/skipif.inc';
if (version_compare(PHP_VERSION, '7', '>=')) die("skip PHP 7 phptype $dbh->phptype");
die("skip for everyone, note that phptype = $dbh->phptype");
if ($dbh->phptype == 'mysqli') die ('skip mysqli returns result objects rather than resources');
?>
--FILE--
Expand Down

0 comments on commit 403e4e4

Please sign in to comment.