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


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

期望 STDOUT 或 STDERR 为空。


用法

Scenario: My other scenario
  Given a WP install
  When I run `wp plugin install akismet`
  Then STDERR should be empty

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


相关