Skip to content

Commit

Permalink
Resolving phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadzo committed Jun 3, 2021
1 parent 166558b commit 01286bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/ComposerizeDrupalCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,5 @@ protected function assertCorrectFileGeneration($relative_drupal_root)
$this->assertObjectHasAttribute('drupal/ctools', $composer_json->extra->patches);
$this->assertObjectHasAttribute($patch_relative_path, $composer_json->extra->patches->{"drupal/ctools"});
$this->assertEquals($patch_relative_path, $composer_json->extra->patches->{"drupal/ctools"}->{$patch_relative_path});

}
}

0 comments on commit 01286bd

Please sign in to comment.