handbook/references/behat-steps/then-stdout-stderr-should-be-empty.md
Pascal Birchler 264cb131bf
Fix handbook information architecture
- Organize files in folders according to the desired structure
- Use directory iterator to loop through all files and folders (makes generation more robust)
2025-06-25 15:38:39 +02:00

4.6 KiB

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

Expect STDOUT or STDERR to be empty.


Usage

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

Behat steps documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.