summaryrefslogtreecommitdiff
path: root/tests/unit/Data/TDbTransactionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Data/TDbTransactionTest.php')
-rw-r--r--tests/unit/Data/TDbTransactionTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Data/TDbTransactionTest.php b/tests/unit/Data/TDbTransactionTest.php
index b51fda04..ee8f7c4c 100644
--- a/tests/unit/Data/TDbTransactionTest.php
+++ b/tests/unit/Data/TDbTransactionTest.php
@@ -1,6 +1,8 @@
<?php
-Prado::using('System.Data.*');
+use Prado\Data\TDbConnection;
+use Prado\TApplication;
+
if(!defined('TEST_DB_FILE'))
define('TEST_DB_FILE',dirname(__FILE__).'/db/test.db');