mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:38:51 +08:00
10 lines
217 B
Gherkin
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.
|
|
"""
|