From ed26b4ce6b6e2b9d34a9de2de9dd4282f7d077b5 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 7 Feb 2017 08:08:46 -0800 Subject: [PATCH] Disable these tests on PHP 7, which aren't functional See #126 --- features/profile-hook.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/profile-hook.feature b/features/profile-hook.feature index e3379897..79f475dc 100644 --- a/features/profile-hook.feature +++ b/features/profile-hook.feature @@ -21,6 +21,7 @@ Feature: Profile a specific hook | smilies_init() | 2 | 0 | | feed_links() | 8 | 0 | + @less-than-php-7 Scenario: Profile an intermediate stage hook Given a WP install @@ -121,6 +122,7 @@ Feature: Profile a specific hook Warning: Called 1 """ + @less-than-php-7 Scenario: Profile the mu_plugins:before hook Given a WP install And a wp-content/mu-plugins/awesome-file.php file: