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

(cherry picked from commit 297b88689c)
merge-requests/7413/head
Alex Pott 2024-04-06 12:50:26 +01:00
parent 828a3c56df
commit 27e8fd6aec
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class DrupalLogErrorTest extends UnitTestCase {
$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'] = [