summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/lexer.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/parser/lexer.test.php')
-rw-r--r--_test/tests/inc/parser/lexer.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/tests/inc/parser/lexer.test.php b/_test/tests/inc/parser/lexer.test.php
index d0965a13e..c50665928 100644
--- a/_test/tests/inc/parser/lexer.test.php
+++ b/_test/tests/inc/parser/lexer.test.php
@@ -146,7 +146,7 @@ class TestOfLexerStateStack extends DokuWikiTest {
}
class TestParser {
- function TestParser() {
+ function __construct() {
}
function accept() {
}
@@ -364,7 +364,7 @@ class TestOfLexerHandlers extends DokuWikiTest {
class TestParserByteIndex {
- function TestParserByteIndex() {}
+ function __construct() {}
function ignore() {}