title: "Then /^(STDOUT|STDERR) should not be empty$/" post_status: publish comment_status: open taxonomy: category: - wp-cli-handbook post_tag: - Behat Steps - Repos - Data


Then /^(STDOUT|STDERR) should not be empty$/

期望 STDOUT 或 STDERR 不为空。


用法

Scenario: 我的示例场景
  When I run `wp user create examplejane jane@example.com`
  Then STDOUT should not be empty

Behat 步骤文档在每次发布时从 WP-CLI 代码库生成。如需改进,请提交拉取请求。


相关