removed variable that was not being used
This commit is contained in:
parent
a7463c5535
commit
883ecc3ca4
|
@ -92,7 +92,6 @@ class WC_Tests_CRUD_Orders extends WC_Unit_Test_Case {
|
||||||
*/
|
*/
|
||||||
public function test_get_prices_include_tax() {
|
public function test_get_prices_include_tax() {
|
||||||
$object = new WC_Order();
|
$object = new WC_Order();
|
||||||
$set_to = 'USD';
|
|
||||||
$object->set_prices_include_tax( 1 );
|
$object->set_prices_include_tax( 1 );
|
||||||
$this->assertTrue( $object->get_prices_include_tax() );
|
$this->assertTrue( $object->get_prices_include_tax() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue