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.
1 parent 44fdd25 commit e2c8274Copy full SHA for e2c8274
ext/pdo/tests/pdo_017.phpt
@@ -66,12 +66,15 @@ $db->commit();
66
67
echo countRows('commit');
68
69
+unset($delete);
70
+unset($db);
71
?>
72
--CLEAN--
73
<?php
74
require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
75
$db = PDOTest::factory();
76
PDOTest::dropTableIfExists($db, "test017");
77
78
79
--EXPECT--
80
Counted 3 rows after insert.
ext/pdo_firebird/tests/ddl.phpt
@@ -34,7 +34,6 @@ echo "done\n";
34
35
36
37
-require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
38
require("testdb.inc");
39
@$dbh->exec('DROP TABLE test_ddl');
40
@$dbh->exec('DROP GENERATOR gen_test_ddl_id');
0 commit comments