Remove unnecessary calls
This commit is contained in:
parent
224985adfb
commit
940fcd3157
|
@ -497,8 +497,6 @@ class WC_Install {
|
|||
*/
|
||||
private static function update_wc_version() {
|
||||
update_option( 'woocommerce_version', WC()->version );
|
||||
// last version of the WCA is 3.3.1. We'll no longer release WCA separately.
|
||||
update_option( 'woocommerce_admin_version', '3.3.1');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -196,7 +196,6 @@ class WC_Unit_Tests_Bootstrap {
|
|||
|
||||
// Initialize the WC API extensions.
|
||||
\Automattic\WooCommerce\Internal\Admin\Install::create_tables();
|
||||
\Automattic\WooCommerce\Internal\Admin\Install::create_events();
|
||||
|
||||
WC_Install::install();
|
||||
|
||||
|
|
Loading…
Reference in New Issue