Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
5 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type"
Pipeline #139479 passed with warnings
Pipeline: drupal

#139494

    Pipeline: drupal

    #139489

      Pipeline: drupal

      #139486

        ......@@ -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.
        Please register or to comment