Loading core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,6 @@ public function testEmptyProject() { */ public function testProjectThatScaffoldsEmptyProject() { $fixture_name = 'project-allowing-empty-fixture'; $is_link = FALSE; $result = $this->scaffoldSut($fixture_name, FALSE, FALSE); $this->assertStringContainsString('The allowed package fixtures/empty-fixture does not provide a file mapping for Composer Scaffold', $result->scaffoldOutput()); $this->assertCommonDrupalAssetsWereScaffolded($result->docroot(), FALSE); Loading Loading
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,6 @@ public function testEmptyProject() { */ public function testProjectThatScaffoldsEmptyProject() { $fixture_name = 'project-allowing-empty-fixture'; $is_link = FALSE; $result = $this->scaffoldSut($fixture_name, FALSE, FALSE); $this->assertStringContainsString('The allowed package fixtures/empty-fixture does not provide a file mapping for Composer Scaffold', $result->scaffoldOutput()); $this->assertCommonDrupalAssetsWereScaffolded($result->docroot(), FALSE); Loading