diff options
Diffstat (limited to 'ext/pdo_mysql/tests/show_tables.phpt')
-rw-r--r-- | ext/pdo_mysql/tests/show_tables.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/tests/show_tables.phpt b/ext/pdo_mysql/tests/show_tables.phpt index d6b1337412..a1929484fa 100644 --- a/ext/pdo_mysql/tests/show_tables.phpt +++ b/ext/pdo_mysql/tests/show_tables.phpt @@ -13,6 +13,7 @@ require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc'; $db = PDOTest::test_factory(__DIR__ . '/common.phpt'); print_r($db->query('SHOW TABLES')); +?> --EXPECT-- PDOStatement Object ( |