summaryrefslogtreecommitdiff
path: root/tests/unit/Data/TDbDataReaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Data/TDbDataReaderTest.php')
-rw-r--r--tests/unit/Data/TDbDataReaderTest.php5
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');