Skip to content

Commit

Permalink
Issue #3158281 by paulocs, kiamlaluno, Hardik_Patel_12, greg.1.anders…
Browse files Browse the repository at this point in the history
…on: Unused local variables from ScaffoldTest.php file

(cherry picked from commit 5dd97b3acae3e32eced0407d18527c6dc558a086)
  • Loading branch information
alexpott committed Jul 28, 2020
1 parent 465481b commit 3a6b552
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a6b552

Please sign in to comment.