summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-16 11:54:32 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-16 11:54:32 +0200
commitdd0d7a4198ffaf4061d322de53ecd9a34eac3500 (patch)
tree9883d43081d67b8886c7076effa313cfec9ff7c0 /_test
parentbff1a21bd9a53ef56d9603457bbb3b6178564791 (diff)
parent79eec18f7ad9126ba147cd13eb2a8d6ee41bf140 (diff)
downloadrpg-dd0d7a4198ffaf4061d322de53ecd9a34eac3500.tar.gz
rpg-dd0d7a4198ffaf4061d322de53ecd9a34eac3500.tar.bz2
Merge pull request #1154 from splitbrain/php7compatibility
Php7compatibility
Diffstat (limited to '_test')
-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() {}