Scaffold
Scaffold BuddyPress unit tests.
Description Description
EXAMPLE EXAMPLE
# Scaffold BuddyPress specific tests.
$ wp bp scaffold tests sample-plugin
Success: Created BuddyPress test files.
Source Source
File: cli/src/scaffold.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.0 | Introduced. |
Methods Methods
- canonicalize_path — Fix path.
- check_dependencies — Default dependency check for a BuddyPress CLI command.
- check_target_directory — Checks that the `$target_dir` is a child directory of the WP themes or plugins directory, depending on `$type`.
- get_template_path — Gets the template path based on installation type.
- plugin — Plugin scaffold command.