wp-cli-fixtures/features/load-wp-cli.feature
2018-02-07 16:03:48 +01:00

10 lines
217 B
Gherkin

Feature: Test that WP-CLI loads.
Scenario: WP-CLI loads for your tests
Given a WP install
When I run `wp eval 'echo "Hello world.";'`
Then STDOUT should contain:
"""
Hello world.
"""