Test template path constant
This commit is contained in:
parent
c56a8436d0
commit
6060de3200
|
@ -50,6 +50,7 @@ class WC_Test_WooCommerce extends WC_Unit_Test_Case {
|
||||||
$this->assertNotEquals( WC_LOG_DIR, '' );
|
$this->assertNotEquals( WC_LOG_DIR, '' );
|
||||||
$this->assertEquals( false, WC_TEMPLATE_DEBUG_MODE );
|
$this->assertEquals( false, WC_TEMPLATE_DEBUG_MODE );
|
||||||
$this->assertLessThanOrEqual( 2, WC_TAX_ROUNDING_MODE );
|
$this->assertLessThanOrEqual( 2, WC_TAX_ROUNDING_MODE );
|
||||||
|
$this->assertEquals( $this->wc->template_path(), WC_TEMPLATE_PATH );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue