Removed empty unit test
This commit is contained in:
parent
3b3ceebc1f
commit
a97eb40c2c
|
@ -31,10 +31,6 @@ class WC_Tests_Main_Class extends WC_Unit_Test_Case {
|
|||
$this->assertClassHasStaticAttribute( '_instance', 'WooCommerce' );
|
||||
}
|
||||
|
||||
public function test_constructor() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Test that all WC constants are set.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue