Skip to content

Commit ff65654

Browse files
committed
git clean section
1 parent 73fb219 commit ff65654

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/pdo_firebird/tests/bug_72931.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@ echo $D[0][0];
1414
unset($S);
1515
unset($C);
1616
?>
17+
--CLEAN--
18+
<?php
19+
require 'testdb.inc';
20+
$C = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
21+
$C->exec('DROP table tablea');
22+
?>
1723
--EXPECT--
1824
1

0 commit comments

Comments
 (0)