mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-29 04:59:01 +08:00
416 B
416 B
Testing
Unit tests for this module are located in the tests/PHPUnit/AgenticCommerce directory.
To run them, use the command:
# Run regular unit tests, stop on first failure.
yarn ddev:tdd Agentic
# Run integration tests, stop on first failure.
yarn ddev:tdd:integration Agentic
Note that the integration tests require a basic setup. See the Integration-Test Readme