Skip to content

Commit 81f012a

Browse files
committed
PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclient
1 parent e4e88bd commit 81f012a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ext/pdo_mysql/tests/pdo_mysql_local_infile_default_off.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ensure default for local infile is off
55
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
66
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
77
MySQLPDOTest::skip();
8-
if (!MYSQLPDOTest::isPDOMySQLnd())
9-
die("skip mysqlnd only test");
108
?>
119
--FILE--
1210
<?php

ext/pdo_mysql/tests/pdo_mysql_local_infile_set_on.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ enable local infile
55
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
66
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
77
MySQLPDOTest::skip();
8-
if (!MYSQLPDOTest::isPDOMySQLnd())
9-
die("skip mysqlnd only test");
108
?>
119
--FILE--
1210
<?php

0 commit comments

Comments
 (0)