Skip to content

Commit

Permalink
Use less-than-php Behat tag
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejarrett committed Aug 4, 2017
1 parent d547f2f commit f39a5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/config-create.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Create a wp-config file
When I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < wp-config-extra.php`
Then the wp-config.php file should contain:
"""
define('AUTH_SALT',
'AUTH_SALT',
"""
And the wp-config.php file should contain:
"""
Expand Down Expand Up @@ -85,7 +85,7 @@ Feature: Create a wp-config file
define( 'AUTH_SALT',
"""
@require-php-5.6
@less-than-php-7.0
Scenario: Configure with salts fetched from WordPress.org
Given an empty directory
And WP files
Expand Down

0 comments on commit f39a5b2

Please sign in to comment.