Merge pull request #8616 from shivapoudel/unit-test-integration
Unit Test class instance of Integrations
This commit is contained in:
commit
d48a5c9c54
|
@ -66,6 +66,7 @@ class Main_Class extends \WC_Unit_Test_Case {
|
|||
$this->assertInstanceOf( 'WC_Product_Factory', $this->wc->product_factory );
|
||||
$this->assertInstanceOf( 'WC_Order_Factory', $this->wc->order_factory );
|
||||
$this->assertInstanceOf( 'WC_Countries', $this->wc->countries );
|
||||
$this->assertInstanceOf( 'WC_Integrations', $this->wc->integrations );
|
||||
$this->assertInstanceOf( 'WC_Mock_Session_Handler', $this->wc->session );
|
||||
$this->assertInstanceOf( 'WC_Cart', $this->wc->cart );
|
||||
$this->assertInstanceOf( 'WC_Customer', $this->wc->customer );
|
||||
|
|
Loading…
Reference in New Issue