diff --git a/tests/wfTest.php b/tests/wfTest.php index 33f08a3..0a18a0a 100644 --- a/tests/wfTest.php +++ b/tests/wfTest.php @@ -102,5 +102,5 @@ class DummyTest extends Maintenance { } } -$maintClass = 'DummyTest'; +$maintClass = DummyTest::class; require_once RUN_MAINTENANCE_IF_MAIN;