Merge pull request #8616 from shivapoudel/unit-test-integration

Unit Test class instance of Integrations
This commit is contained in:
Claudio Sanches 2015-07-20 12:55:27 -03:00
commit d48a5c9c54
1 changed files with 1 additions and 0 deletions

View File

@ -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 );