We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b8c98 commit bb26352Copy full SHA for bb26352
1 file changed
tests/www/IndexTest.php
@@ -45,7 +45,7 @@ class IndexTest extends TestCase
45
/**
46
* The setup method that is run before any tests in this class.
47
*/
48
- protected static function setupBeforeClass(): void
+ public static function setupBeforeClass(): void
49
{
50
self::$server = new BuiltInServer('configLoader');
51
self::$server_addr = self::$server->start();
@@ -133,7 +133,7 @@ public function testRedirectionFrontpageRedirectOption(): void
133
134
* The tear down method that is executed after all tests in this class.
135
136
- protected static function tearDownAfterClass(): void
+ public static function tearDownAfterClass(): void
137
138
unlink(self::$shared_file);
139
self::$server->stop();
0 commit comments