killua99 / woocommerce-phpunit-framework
WooCommerce PHP Unit test decoupled
Package info
github.com/killua99/woocommerce-phpunit-framework
Type:tool
pkg:composer/killua99/woocommerce-phpunit-framework
0.2.2
2019-04-10 21:30 UTC
Requires
- php: >=7.1
- composer/installers: ^1.6
This package is auto-updated.
Last update: 2026-03-11 10:13:19 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();