[Tests] removed deprecated tax method

This commit is contained in:
Claudio Sanches 2014-12-10 15:47:35 -02:00
parent 7450828304
commit 51c5c65c9a
1 changed files with 0 additions and 7 deletions

View File

@ -244,13 +244,6 @@ class WC_Tests_Tax extends WC_Unit_Test_Case {
WC_Tax::_delete_tax_rate( $tax_rate_id );
}
/**
* Customer Location
*/
public function test_get_customer_location() {
$this->assertEquals( WC_Tax::get_customer_location(), array( 'GB', '', '', '' ) );
}
/**
* Test rate labels
*/