get( \Automattic\WooCommerce\Blocks\Installer::class )->maybe_create_tables(); } /** * Manually load the plugin being tested. */ tests_add_filter( 'muplugins_loaded', function() { wc_load_core(); // install blocks plugin wc_blocks_install(); } ); tests_add_filter( 'setup_theme', 'wc_install_core' ); // Start up the WP testing environment. require $_tests_dir . '/includes/bootstrap.php'; wc_test_includes();