killua99 / woocommerce-phpunit-framework
WooCommerce PHP Unit test decoupled
Installs: 2 060
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:tool
Requires
- php: >=7.1
- composer/installers: ^1.6
This package is auto-updated.
Last update: 2025-03-11 07:26:14 UTC
README
From the need of having a framework to work with Unit Test for project I decouple from the original woocommerce/woocommerce maininting the code untouched just modular.
Intallation
composer require killua99/woocommerce-phpunit-framework
That should do.
Usage
Just extend the class \WC_Unit_Test_Case to start working with the framework and using the creation helper $this->product = WC_Helper_Product::create_simple_product();