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
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ public function testUnmanagedGitIgnoreWhenGitNotAvailable() {
  - Copy [web-root]/robots.txt from assets/robots-default.txt

EOT;
    $this->assertEquals($expected, $output);
    $this->assertStringContainsString($expected, $output);
    $this->assertFileExists($sut . '/docroot/index.php');
    $this->assertFileDoesNotExist($sut . '/docroot/sites/default/.gitignore');
  }