We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b94452c + f768f3d commit c451a9bCopy full SHA for c451a9b
ext/pdo/tests/bug_43663.phpt
@@ -23,7 +23,7 @@ class test extends PDO{
23
if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
24
require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
25
26
-$a = new test('sqlite::memory:');
+$a = PDOTest::factory(test::class);
27
$a->foo();
28
$a->bar();
29
?>
0 commit comments