Skip to content

Commit b8cd689

Browse files
Copy the test script into place
1 parent bad54e9 commit b8cd689

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The files generated by this command include:
120120
* `.travis.yml` is the configuration file for Travis CI.
121121
* `bin/install-package-tests.sh` will configure your environment to run
122122
the tests.
123+
* `bin/test.sh` is a test runner that respects contextual Behat tags.
123124
* `features/load-wp-cli.feature` is a basic test to confirm WP-CLI can
124125
load.
125126
* `features/bootstrap`, `features/steps`, `features/extra` are Behat

src/ScaffoldPackageCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ public function package_readme( $args, $assoc_args ) {
415415
* * `.travis.yml` is the configuration file for Travis CI.
416416
* * `bin/install-package-tests.sh` will configure your environment to run
417417
* the tests.
418+
* * `bin/test.sh` is a test runner that respects contextual Behat tags.
418419
* * `features/load-wp-cli.feature` is a basic test to confirm WP-CLI can
419420
* load.
420421
* * `features/bootstrap`, `features/steps`, `features/extra` are Behat
@@ -503,6 +504,7 @@ public function package_tests( $args, $assoc_args ) {
503504
$package_root => array(
504505
'templates/load-wp-cli.feature' => $features_dir,
505506
'bin/install-package-tests.sh' => $bin_dir,
507+
'bin/test.sh' => $bin_dir,
506508
),
507509
);
508510

0 commit comments

Comments
 (0)