diff options
Diffstat (limited to '_test/cases/inc/parser/parser_eol.test.php')
-rw-r--r-- | _test/cases/inc/parser/parser_eol.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/cases/inc/parser/parser_eol.test.php b/_test/cases/inc/parser/parser_eol.test.php index 85260671b..8cea82d66 100644 --- a/_test/cases/inc/parser/parser_eol.test.php +++ b/_test/cases/inc/parser/parser_eol.test.php @@ -1,5 +1,5 @@ <?php -require_once 'parser.test.php'; +require_once 'parser.inc.php'; class TestOfDoku_Parser_Eol extends TestOfDoku_Parser { |