From 7b5c5f01f9c8b4794e188de1abd59afbd7991bbe Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Apr 2021 14:28:55 +0100 Subject: [PATCH] Replace remaining code references to runcommand namespace --- features/profile-eval-file.feature | 4 ++-- features/profile-eval.feature | 4 ++-- src/Profiler.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/profile-eval-file.feature b/features/profile-eval-file.feature index 5f51d32..d232248 100644 --- a/features/profile-eval-file.feature +++ b/features/profile-eval-file.feature @@ -5,10 +5,10 @@ Feature: Profile arbitary file execution And a lame-function.php file: """ wp_tick_profile_begin()' === $callback ) { + if ( 'WP_CLI\Profile\Profiler->wp_tick_profile_begin()' === $callback ) { $this->tick_callback = null; return; }