Verified Commit 4ce45642 authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit 297b8868)
parent eb9a1025
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'] = [