Unverified Commit f7a9cf8e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3158281 by paulocs, kiamlaluno, Hardik_Patel_12, greg.1.anderson:...

Issue #3158281 by paulocs, kiamlaluno, Hardik_Patel_12, greg.1.anderson: Unused local variables from ScaffoldTest.php file

(cherry picked from commit 5dd97b3a)
parent 57fe6127
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -192,7 +192,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);