taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

fix: PhpMD unused parameters #285

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Implement GitHub actions workflow.

PHP Mess Detector alerted to multiple unused parameters and methods.

Description

Does not refactor Test/Fixture/ usages... Those should be resolved in a separate PR for all integration test fixtures.

Performance

Improves PhpMD coverage

Testing

Manual tests:

  1. Extension connect to/disconnect from TaxJar
  2. Checkout address validation
  3. Checkout tax calculation
  4. Admin order address validation
  5. Admin order tax calculation
  6. Nexus Sync/Delete
  7. Admin UI transaction backfill

Versions