From: Nikita Popov Date: Fri, 11 Dec 2020 13:19:57 +0000 (+0100) Subject: PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclient X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f012a16469290cfd48ffca111b711b5546e250;p=php PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclient --- 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-- --FILE--