widget-command/features/load-wp-cli.feature
Daniel Bachhuber 717ea43c89 Initial commit
2016-07-25 07:36:55 -07: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.
"""