Skip to content

Commit

Permalink
fix skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 23, 2017
1 parent 089f4ff commit 4733464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require_once('skipifconnectfailure.inc');
require_once('connect.inc');
if (!$IS_MYSQLND)
die("skip Test for mysqlnd only");
<?php require_once('skipifemb.inc'); ?>
require_once('skipifemb.inc'); ?>
--FILE--
<?php
require_once('connect.inc');
Expand Down

0 comments on commit 4733464

Please sign in to comment.