From dc3bf922d9715bfd1b2105be04a9aabc84a1d7d4 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Apr 2007 08:05:03 +0000 Subject: Refactor and add TTableGateway, System.Data.Common, System.Data.DataGateway --- .../simple_unit/DbCommon/CommandBuilderMysqlTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php (limited to 'tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php') diff --git a/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php b/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php new file mode 100644 index 00000000..500d5277 --- /dev/null +++ b/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php @@ -0,0 +1,19 @@ +mysql_meta_data()->getTableInfo("tests.table1"); + } +} + +?> \ No newline at end of file -- cgit v1.2.3