tests_dir . '/data/sample-woo-plugin.php', WP_PLUGIN_DIR . '/sample-woo-plugin.php' ); add_filter( 'extra_plugin_headers', 'wc_enable_wc_plugin_headers' ); $woo_plugins = \WC_Helper::get_local_woo_plugins(); // Restore previous state. wp_clean_plugins_cache( false ); $this->assertArrayHasKey( $woocommerce_key, $woo_plugins ); } }