From: Wez Furlong Date: Sat, 29 Oct 2005 02:58:24 +0000 (+0000) Subject: clean up the test2 table that some tests create X-Git-Tag: RELEASE_1_0RC2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=588d88960c0df36628d35b202954818d3c771cda;p=php clean up the test2 table that some tests create --- diff --git a/ext/pdo/tests/pdo_test.inc b/ext/pdo/tests/pdo_test.inc index 94fa9fbbfa..3a3040eac5 100644 --- a/ext/pdo/tests/pdo_test.inc +++ b/ext/pdo/tests/pdo_test.inc @@ -39,6 +39,7 @@ class PDOTest { // on a previous run static $test_tables = array( 'test', + 'test2', 'classtypes' ); foreach ($test_tables as $table) {