assertEquals( false, is_store_notice_showing() ); } /** * Test wc_tax_enabled() * * @since 2.3.0 */ public function test_wc_tax_enabled() { $this->assertEquals( false, wc_tax_enabled() ); } /** * Test wc_prices_include_tax() * * @since 2.3.0 */ public function test_wc_prices_include_tax() { $this->assertEquals( false, wc_prices_include_tax() ); } }