summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwei <>2006-07-05 07:58:16 +0000
committerwei <>2006-07-05 07:58:16 +0000
commit5f56f5bd40e2835ca0dfb2998aecaeddbc056185 (patch)
treeb8062af82e92a44823807e162b084f65169416d8 /tests
parente7e7c7403b1ffffdf1a7a4bb9e1de752fe1c72db (diff)
add command line option to create new test fixtures
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()