mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-29 04:59:01 +08:00
15 lines
416 B
Markdown
15 lines
416 B
Markdown
# Testing
|
|
|
|
Unit tests for this module are located in the `tests/PHPUnit/AgenticCommerce` directory.
|
|
|
|
To run them, use the command:
|
|
|
|
```sh
|
|
# 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](/tests/integration/README.md)
|