diff options
Diffstat (limited to '_test/tests/inc/common_pageinfo.test.php')
-rw-r--r-- | _test/tests/inc/common_pageinfo.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/common_pageinfo.test.php b/_test/tests/inc/common_pageinfo.test.php index adc9538d2..3415e2077 100644 --- a/_test/tests/inc/common_pageinfo.test.php +++ b/_test/tests/inc/common_pageinfo.test.php @@ -6,7 +6,7 @@ */ class common_pageinfo_test extends DokuWikiTest { - function setup(){ + function setup() : void{ parent::setup(); global $USERINFO; |