File tree Expand file tree Collapse file tree
commands/scaffold/plugin-tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments