Test template path constant

This commit is contained in:
Gerhard Potgieter 2017-12-13 13:51:34 +02:00
parent c56a8436d0
commit 6060de3200
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class WC_Test_WooCommerce extends WC_Unit_Test_Case {
$this->assertNotEquals( WC_LOG_DIR, '' );
$this->assertEquals( false, WC_TEMPLATE_DEBUG_MODE );
$this->assertLessThanOrEqual( 2, WC_TAX_ROUNDING_MODE );
$this->assertEquals( $this->wc->template_path(), WC_TEMPLATE_PATH );
}
/**