- Issue created by @samit.310@gmail.com
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 5:33am 29 March 2023 - š®š³India Ashutosh Ahirwal India
Hi I have found one remaining error after applying #2 patch.
Providing updated patch. - last update
10 months ago run-tests.sh fatal error - Status changed to RTBC
10 months ago 10:47am 8 March 2024 - šµšPhilippines clarkssquared
Hi
I applied patch #4 and I confirmed that all PHPCS issues were resolved, the remaining issue that my terminal flagged happens when the module is installed via composer.
ā commerce_tax_conditions git:(master) ā curl https://www.drupal.org/files/issues/2024-03-05/3350996-4.patch | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2826 100 2826 0 0 6325 0 --:--:-- --:--:-- --:--:-- 6422 patching file commerce_tax_conditions.module patching file 'src/Plugin/Commerce/Condition/CustomerRoleCondition.php' patching file 'src/Resolver/ConditionTaxRateResolver.php' patching file 'tests/src/Unit/TaxExemptManagerTest.php' ā commerce_tax_conditions git:(master) ā .. ā contrib git:(master) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml commerce_tax_conditions FILE: ...b/modules/contrib/commerce_tax_conditions/commerce_tax_conditions.info.yml -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE -------------------------------------------------------------------------------- 1 | WARNING | Remove "project" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "datestamp" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "version" from the info file, it will be added by | | drupal.org packaging automatically -------------------------------------------------------------------------------- Time: 313ms; Memory: 10MB ā contrib git:(master) ā