From 01286bd035e8555301b838474cce8a6c90754670 Mon Sep 17 00:00:00 2001 From: Mohammad Zomorodian Date: Thu, 3 Jun 2021 08:12:39 -0400 Subject: [PATCH] Resolving phpcs error --- tests/phpunit/ComposerizeDrupalCommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/ComposerizeDrupalCommandTest.php b/tests/phpunit/ComposerizeDrupalCommandTest.php index 514f473..c01d86b 100644 --- a/tests/phpunit/ComposerizeDrupalCommandTest.php +++ b/tests/phpunit/ComposerizeDrupalCommandTest.php @@ -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}); - } }