diff options
Diffstat (limited to '_test/tests/inc/parser/parser_code.test.php')
-rw-r--r-- | _test/tests/inc/parser/parser_code.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/parser/parser_code.test.php b/_test/tests/inc/parser/parser_code.test.php index 961db7dd2..c700ed10a 100644 --- a/_test/tests/inc/parser/parser_code.test.php +++ b/_test/tests/inc/parser/parser_code.test.php @@ -11,7 +11,7 @@ require_once 'parser.inc.php'; */ class TestOfDoku_Parser_Code extends TestOfDoku_Parser { - function setUp() { + function setUp() : void { parent::setUp(); $this->P->addMode('code',new Code()); } |