Horde_Db test suite now runs with PHPUnit 3.5
authorChuck Hagenbuch <chuck@horde.org>
Sun, 3 Oct 2010 21:19:06 +0000 (17:19 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 3 Oct 2010 21:19:37 +0000 (17:19 -0400)
commit8cc74998cae9511fbc289fe0e1bd37c23936ed14
tree087abe2ba6e9a5c01ebe92ac42f79249bec9bc0b
parent8dbef083a0ac9f346e5687e8c7b2e88d99d8c116
Horde_Db test suite now runs with PHPUnit 3.5
19 files changed:
framework/Db/test/Horde/Db/Adapter/MissingTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/MysqlSuite.php
framework/Db/test/Horde/Db/Adapter/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/MysqliSuite.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php
framework/Db/test/Horde/Db/AllTests.php