We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbac7a3 + 6a572d7 commit be97470Copy full SHA for be97470
ext/pdo_mysql/tests/gh20122.phpt
@@ -5,15 +5,13 @@ pdo
5
pdo_mysql
6
--SKIPIF--
7
<?php
8
-require __DIR__ . '/config.inc';
9
-require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
10
-PDOTest::skip();
+require_once __DIR__ . '/inc/mysql_pdo_test.inc';
+MySQLPDOTest::skip();
11
?>
12
--FILE--
13
14
15
16
-$db = PDOTest::test_factory(__DIR__ . '/common.phpt');
+$pdo = MySQLPDOTest::factory();
17
18
$db->exec('CREATE TABLE test (bar JSON)');
19
$db->exec('INSERT INTO test VALUES("[]")');
0 commit comments