Skip to content

Commit

Permalink
Disable these tests on PHP 7, which aren't functional
Browse files Browse the repository at this point in the history
See #126
  • Loading branch information
danielbachhuber committed Feb 7, 2017
1 parent f807092 commit ed26b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/profile-hook.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ed26b4c

Please sign in to comment.