diff options
| -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) { |
