From 4424e71cf261c32c61f42d0532f21fd00688aa8a Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 17:48:21 +0100 Subject: [PATCH] Replace runcommand in test files --- features/profile-hook.feature | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/features/profile-hook.feature b/features/profile-hook.feature index e6602b9..47ed843 100644 --- a/features/profile-hook.feature +++ b/features/profile-hook.feature @@ -34,7 +34,7 @@ Feature: Profile a specific hook | load_template() | 0 | 0 | And STDOUT should not contain: """ - runcommand\Profile\Profiler->wp_tick_profile_begin() + WP_CLI\Profile\Profiler->wp_tick_profile_begin() """ @require-wp-4.0 @@ -74,18 +74,18 @@ Feature: Profile a specific hook And a wp-content/mu-plugins/shutdown.php file: """