Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion features/bootstrap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ Feature: Bootstrap WP-CLI
1
"""

@require-php-7.0
Scenario: Composer stack with both WordPress and wp-cli as dependencies (command line)
Given a WP installation with Composer
And a dependency on current wp-cli
Expand All @@ -329,13 +330,14 @@ Feature: Bootstrap WP-CLI
WP CLI Site with both WordPress and wp-cli as Composer dependencies
"""

@broken
@broken @require-php-7.0
Scenario: Composer stack with both WordPress and wp-cli as dependencies (web)
Given a WP installation with Composer
And a dependency on current wp-cli
And a PHP built-in web server to serve 'WordPress'
Then the HTTP status code should be 200

@require-php-7.0
Scenario: Composer stack with both WordPress and wp-cli as dependencies and a custom vendor directory
Given a WP installation with Composer and a custom vendor directory 'vendor-custom'
And a dependency on current wp-cli
Expand Down