]> granicus.if.org Git - php/commitdiff
git clean section
authorAnatol Belski <ab@php.net>
Thu, 8 Dec 2016 02:24:18 +0000 (03:24 +0100)
committerAnatol Belski <ab@php.net>
Thu, 8 Dec 2016 02:24:18 +0000 (03:24 +0100)
ext/pdo_firebird/tests/bug_72931.phpt

index 10adf20ca74642995b30fd70094af712139a5ab4..ecbde6a109d180235a71268eb8dcc887eb6380d3 100644 (file)
@@ -14,5 +14,11 @@ echo $D[0][0];
 unset($S);
 unset($C);
 ?>
+--CLEAN--
+<?php
+require 'testdb.inc';
+$C = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
+$C->exec('DROP table tablea');
+?>
 --EXPECT--
 1