From 588d88960c0df36628d35b202954818d3c771cda Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 29 Oct 2005 02:58:24 +0000 Subject: [PATCH] clean up the test2 table that some tests create --- ext/pdo/tests/pdo_test.inc | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.50.1