summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_tools/unit_tests.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test_tools/unit_tests.php b/tests/test_tools/unit_tests.php
index b714f452..5c1c95bd 100644
--- a/tests/test_tools/unit_tests.php
+++ b/tests/test_tools/unit_tests.php
@@ -1,7 +1,7 @@
<?php
if(!defined('PRADO_FRAMEWORK'))
- define('PRADO_FRAMEWORK',realpath(dirname(__FILE__).'/../framework'));
+ define('PRADO_FRAMEWORK',realpath(dirname(__FILE__).'/../../framework'));
$TEST_TOOLS = dirname(__FILE__);
@@ -12,11 +12,6 @@ require_once($TEST_TOOLS.'/simpletest/reporter.php');
require_once(PRADO_FRAMEWORK.'/prado.php');
-//set_include_path(get_include_path().";".PRADO_FRAMEWORK);
-
-//error_reporting(E_ALL);
-//restore_error_handler();
-
class TMockApplication extends TApplication
{
public function run()