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

Issue #3428032 by longwave: ManageGitIgnoreTest failing in HEAD

(cherry picked from commit 7f3bed30)
parent 4fbd912d
No related branches found
No related tags found
6 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",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...
Pipeline #119959 passed
Pipeline: drupal

#120001

    Pipeline: drupal

    #119991

      Pipeline: drupal

      #119981

        +1
        ...@@ -248,7 +248,7 @@ public function testUnmanagedGitIgnoreWhenGitNotAvailable() { ...@@ -248,7 +248,7 @@ public function testUnmanagedGitIgnoreWhenGitNotAvailable() {
        - Copy [web-root]/robots.txt from assets/robots-default.txt - Copy [web-root]/robots.txt from assets/robots-default.txt
        EOT; EOT;
        $this->assertEquals($expected, $output); $this->assertStringContainsString($expected, $output);
        $this->assertFileExists($sut . '/docroot/index.php'); $this->assertFileExists($sut . '/docroot/index.php');
        $this->assertFileDoesNotExist($sut . '/docroot/sites/default/.gitignore'); $this->assertFileDoesNotExist($sut . '/docroot/sites/default/.gitignore');
        } }
        ......
        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