Skip to content

Commit 53983a6

Browse files
Update scaffold plugin-tests docs
1 parent 884fc69 commit 53983a6

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

commands/scaffold/plugin-tests/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ display_global_parameters: true
88

99
<hr />
1010

11-
### DESCRIPTION
11+
### OVERVIEW
1212

13-
These are the files that are generated:
13+
The following files are generated for your plugin by this command:
1414

15-
* `phpunit.xml.dist` is the configuration file for PHPUnit
16-
* `.travis.yml` is the configuration file for Travis CI
17-
* `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite
18-
* `tests/test-sample.php` is a sample file containing the actual tests
15+
* `phpunit.xml.dist` is the configuration file for PHPUnit.
16+
* `.travis.yml` is the configuration file for Travis CI.
17+
* `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
18+
* `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite.
19+
* `tests/test-sample.php` is a sample file containing the actual tests.
20+
21+
Learn more from the [plugin unit tests documentation](http://wp-cli.org/docs/plugin-unit-tests/).
1922

2023
### ENVIRONMENT
2124

0 commit comments

Comments
 (0)