diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-22 01:23:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-22 01:23:28 +0200 |
commit | c13104acf0edfa5c08738d32e26ae51ea7e4407c (patch) | |
tree | 23141f0c865563590d33003fcbb5173d2ed0b53c /inc/parser/tests/testconfig.php | |
parent | aa11db09d61b813593c2ed7d91b329f98ae7010a (diff) | |
download | rpg-c13104acf0edfa5c08738d32e26ae51ea7e4407c.tar.gz rpg-c13104acf0edfa5c08738d32e26ae51ea7e4407c.tar.bz2 |
moved parser tests to new test environment
The parser tests are outdated and need to be adjusted. Currently 71 tests
fail. Others are probably missing.
darcs-hash:20051021232328-7ad00-c1d62951dad810dc73f8e78ae82f37465c21c261.gz
Diffstat (limited to 'inc/parser/tests/testconfig.php')
-rw-r--r-- | inc/parser/tests/testconfig.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/inc/parser/tests/testconfig.php b/inc/parser/tests/testconfig.php deleted file mode 100644 index d855be8fb..000000000 --- a/inc/parser/tests/testconfig.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -if (!defined('SIMPLE_TEST')) { - // Should point at SimpleTest - //(absolute path recommended with trailing slash) - define('SIMPLE_TEST', '/var/www/simpletest/'); -} - -// Load SimpleTest -if ( @include_once SIMPLE_TEST . 'unit_tester.php' ) { - require_once SIMPLE_TEST . 'mock_objects.php'; - require_once SIMPLE_TEST . 'reporter.php'; -} else { - trigger_error('Unable to load SimpleTest: '. - 'configure SIMPLE_TEST in config.php'); -} - -// Modify this as needed -define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/'); -?> |