kkarpieszuk / wc-price-history

Track Woocommerce Products prices history and display the lowest price in the last 30 days. This plugin allows your WC shop to be compliant with European Commision Directive 98/6/EC Article 6a which specyfies price reduction annoucment policy.
MIT License
6 stars 4 forks source link

Add Unit Tests for ProductDuplicate and ProductUpdates Classes #72

Closed sweep-ai[bot] closed 5 months ago

sweep-ai[bot] commented 10 months ago

PR Feedback (click)

The following files have been added:

The phpunit.xml file has been updated to include the new test files in the test suite.

Summary of Changes

All tests have been run to ensure they pass and do not break any existing functionality.

sweep-ai[bot] commented 10 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 10 months ago

Sandbox Executions

trunk fmt tests/ProductDuplicateTest.php || exit 0 1/2 ✓
Found no applicable linters for the requested path
trunk check --fix --print-failures tests/ProductDuplicateTest.php 2/2 ✓
Checked 1 file
✔ No issues

trunk fmt tests/ProductUpdatesTest.php || exit 0 1/2 ✓
Found no applicable linters for the requested path
trunk check --fix --print-failures tests/ProductUpdatesTest.php 2/2 ✓
Checked 1 file
✔ No issues

trunk fmt phpunit.xml || exit 0 1/2 ✓
Found no applicable linters for the requested path
trunk check --fix --print-failures phpunit.xml 2/2 ✓
Checked 1 file
✔ No issues