]> granicus.if.org Git - php/commitdiff
clean up the test2 table that some tests create
authorWez Furlong <wez@php.net>
Sat, 29 Oct 2005 02:58:24 +0000 (02:58 +0000)
committerWez Furlong <wez@php.net>
Sat, 29 Oct 2005 02:58:24 +0000 (02:58 +0000)
ext/pdo/tests/pdo_test.inc

index 94fa9fbbfaa51a18944ee80a3a1e0071cd1b26dc..3a3040eac59f6705198917bd558f1bb844480818 100644 (file)
@@ -39,6 +39,7 @@ class PDOTest {
                // on a previous run
                static $test_tables = array(
                        'test',
+                       'test2',
                        'classtypes'
                        );
                foreach ($test_tables as $table) {