Removed empty unit test

This commit is contained in:
Claudio Sanches 2017-08-25 20:29:35 -03:00
parent 3b3ceebc1f
commit a97eb40c2c
1 changed files with 0 additions and 4 deletions

View File

@ -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.
*