From f39a5b2d41fb83c24cea4196c81cfb8a83896ae6 Mon Sep 17 00:00:00 2001 From: Frankie Jarrett Date: Fri, 4 Aug 2017 15:51:05 -0500 Subject: [PATCH] Use less-than-php Behat tag --- features/config-create.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/config-create.feature b/features/config-create.feature index 13575422d..53b8be5d0 100644 --- a/features/config-create.feature +++ b/features/config-create.feature @@ -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: """ @@ -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