summaryrefslogtreecommitdiff
path: root/tests/unit/Data/SqlMap/AllTests.php
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-05-21 21:26:33 +0000
committerctrlaltca@gmail.com <>2011-05-21 21:26:33 +0000
commitb6ec303f50cfa233374d12b06a539025da70e303 (patch)
tree171b7488e0261dd805435f177953f5157948979d /tests/unit/Data/SqlMap/AllTests.php
parentc266d79c8370a536c9ccd0e9f0506ed65a22b9fe (diff)
up-ported to trunk/ unit tests fixes from r2921
Diffstat (limited to 'tests/unit/Data/SqlMap/AllTests.php')
-rw-r--r--tests/unit/Data/SqlMap/AllTests.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Data/SqlMap/AllTests.php b/tests/unit/Data/SqlMap/AllTests.php
index 735f1202..66f02608 100644
--- a/tests/unit/Data/SqlMap/AllTests.php
+++ b/tests/unit/Data/SqlMap/AllTests.php
@@ -6,7 +6,7 @@ if(!defined('PHPUnit_MAIN_METHOD')) {
}
require_once 'DynamicParameterTest.php';
-require_once './DataMapper/AllTests.php';
+require_once 'DataMapper/AllTests.php';
class Data_SqlMap_AllTests {
@@ -27,4 +27,4 @@ class Data_SqlMap_AllTests {
if(PHPUnit_MAIN_METHOD == 'Data_SqlMap_AllTests::main') {
Data_SqlMap_AllTests::main();
}
-?> \ No newline at end of file
+?>