Skip to content
Snippets Groups Projects
Verified Commit 297b8868 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3438302 by mondrake: Change DrupalLogErrorTest::provideFatalExitCodeData to static

parent 8c50a65a
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ public function testFatalExitCode(string $script, string $output, string $errorO
$this->assertSame($processIsSuccessful, $process->isSuccessful());
}
public function provideFatalExitCodeData(): array {
public static function provideFatalExitCodeData(): array {
$verbose = "\$GLOBALS['config']['system.logging']['error_level'] = 'verbose';";
$scriptBody = self::getScriptBody();
$data['normal'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment