Fixed Failing PHPUnit Test
This commit is contained in:
parent
ea6a39dbc1
commit
6360c38eb8
|
@ -14,7 +14,7 @@ class WC_Tests_Packages extends WC_Unit_Test_Case {
|
|||
* Test packages exist - this requires composer install to have ran.
|
||||
*/
|
||||
public function test_packages_exist() {
|
||||
$this->assertTrue( \Automattic\WooCommerce\Packages::package_exists( 'woocommerce-blocks' ) );
|
||||
$this->assertTrue( \Automattic\WooCommerce\Packages::package_exists( 'woocommerce-admin' ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue