scaffold-package-command/templates/load-wp-cli.feature

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.
"""