diff options
Diffstat (limited to 'tests/test_tools/unit_tests.php')
-rw-r--r-- | tests/test_tools/unit_tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/unit_tests.php b/tests/test_tools/unit_tests.php index 5c1c95bd..732c6826 100644 --- a/tests/test_tools/unit_tests.php +++ b/tests/test_tools/unit_tests.php @@ -88,7 +88,7 @@ class PradoUnitTester function run($reporter) { - $rootPath=$this->_root; + $rootPath=realpath($this->_root); $rootUri=dirname($_SERVER['PHP_SELF']); if(isset($_GET['target'])) { |