summaryrefslogtreecommitdiff
path: root/tests/unit/Data/SqlMap/DataMapper
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Data/SqlMap/DataMapper')
-rw-r--r--tests/unit/Data/SqlMap/DataMapper/AllTests.php2
-rw-r--r--tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Data/SqlMap/DataMapper/AllTests.php b/tests/unit/Data/SqlMap/DataMapper/AllTests.php
index 9e80e7c8..47b8522f 100644
--- a/tests/unit/Data/SqlMap/DataMapper/AllTests.php
+++ b/tests/unit/Data/SqlMap/DataMapper/AllTests.php
@@ -1,5 +1,5 @@
<?php
-require_once dirname(__FILE__).'/../../../phpunit.php';
+
if(!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Data_SqlMap_DataMapper_AllTests::main');
diff --git a/tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php b/tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php
index b48363f1..61747c6b 100644
--- a/tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php
+++ b/tests/unit/Data/SqlMap/DataMapper/TPropertyAccessTest.php
@@ -1,5 +1,5 @@
<?php
-require_once dirname(__FILE__).'/../../../phpunit.php';
+
Prado::using('System.Data.SqlMap.DataMapper.TSqlMapException');
Prado::using('System.Data.SqlMap.DataMapper.TPropertyAccess');