diff options
Diffstat (limited to 'tests/unit/Data/TDbDataReaderTest.php')
-rw-r--r-- | tests/unit/Data/TDbDataReaderTest.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Data/TDbDataReaderTest.php b/tests/unit/Data/TDbDataReaderTest.php index 2e31245e..67fc6f29 100644 --- a/tests/unit/Data/TDbDataReaderTest.php +++ b/tests/unit/Data/TDbDataReaderTest.php @@ -1,6 +1,9 @@ <?php -Prado::using('System.Data.*'); +use Prado\Data\TDbConnection; +use Prado\Exceptions\TDbException; +use Prado\TApplication; + if(!defined('TEST_DB_FILE')) define('TEST_DB_FILE',dirname(__FILE__).'/db/test.db'); |