Loading core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'] = [ Loading Loading
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'] = [ Loading