diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
commit | 050f8f4ddc32167e205a190eec9a60ad8f3caed5 (patch) | |
tree | d33554bde021d49cc7d802b4e053357e5e3b6b8f /_test/tests/inc/parser/parser.inc.php | |
parent | 3c0d44f1aa44d3ac3d8b9e652d172b1eda680bbf (diff) | |
download | rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.gz rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.bz2 |
removed unecessary requiresin unit tests
Diffstat (limited to '_test/tests/inc/parser/parser.inc.php')
-rw-r--r-- | _test/tests/inc/parser/parser.inc.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_test/tests/inc/parser/parser.inc.php b/_test/tests/inc/parser/parser.inc.php index 06c314ac6..e9efef0d3 100644 --- a/_test/tests/inc/parser/parser.inc.php +++ b/_test/tests/inc/parser/parser.inc.php @@ -1,24 +1,8 @@ <?php -/** -* @version $Id: parser.inc.php,v 1.2 2005/03/25 21:00:22 harryf Exp $ -* @package Doku -* @subpackage Tests -*/ -/** -* Includes -*/ -require_once DOKU_INC . 'inc/init.php'; -require_once DOKU_INC . 'inc/confutils.php'; require_once DOKU_INC . 'inc/parser/parser.php'; require_once DOKU_INC . 'inc/parser/handler.php'; -require_once DOKU_INC . 'inc/events.php'; -require_once DOKU_INC . 'inc/mail.php'; -/** -* @package Doku -* @subpackage Tests -*/ abstract class TestOfDoku_Parser extends PHPUnit_Framework_TestCase { var $P; |