killua99/woocommerce-phpunit-framework

WooCommerce PHP Unit test decoupled

0.2.2 2019-04-10 21:30 UTC

This package is auto-updated.

Last update: 2024-05-11 05:53:57 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();