Loading core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading Loading
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading