summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-11 14:19:57 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-11 14:48:43 +0100
commit81f012a16469290cfd48ffca111b711b5546e250 (patch)
tree2d65897f41695c19f551921c76d7e998fb0853df
parente4e88bd7e30214bec26c5c49d82d78439b0f00dc (diff)
downloadphp-git-81f012a16469290cfd48ffca111b711b5546e250.tar.gz
PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclient
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt2
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt2
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt b/ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt
index 4c9f60ea11..810adce7e7 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt
@@ -5,8 +5,6 @@ ensure default for local infile is off
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
MySQLPDOTest::skip();
-if (!MYSQLPDOTest::isPDOMySQLnd())
- die("skip mysqlnd only test");
?>
--FILE--
<?php
diff --git a/ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt b/ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt
index 06da4a5ed7..4e163348b0 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt
@@ -5,8 +5,6 @@ enable local infile
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
MySQLPDOTest::skip();
-if (!MYSQLPDOTest::isPDOMySQLnd())
- die("skip mysqlnd only test");
?>
--FILE--
<?php