From 90a321d8548933bef1f51fe402fb3cd5d83d8f78 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 11 Dec 2005 15:28:52 +0000 Subject: [PATCH] - MFB --- 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 2004abf976..a023fd89bb 100644 --- a/ext/pdo/tests/pdo_test.inc +++ b/ext/pdo/tests/pdo_test.inc @@ -43,6 +43,7 @@ class PDOTest { // on a previous run static $test_tables = array( 'test', + 'test2', 'classtypes' ); foreach ($test_tables as $table) { -- 2.40.0