diff options
author | Wez Furlong <wez@php.net> | 2005-10-29 02:58:24 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-10-29 02:58:24 +0000 |
commit | 588d88960c0df36628d35b202954818d3c771cda (patch) | |
tree | acf9d28f858be9ffad92b7afaa875358460b94a9 /ext/pdo/tests | |
parent | c28a9a4e5c602cba0b79b52fdb872813abda77e8 (diff) | |
download | php-git-588d88960c0df36628d35b202954818d3c771cda.tar.gz |
clean up the test2 table that some tests create
Diffstat (limited to 'ext/pdo/tests')
-rw-r--r-- | ext/pdo/tests/pdo_test.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |