Skip to content

Commit 340f701

Browse files
Add phpcbf mention to README (#163)
1 parent b58c56f commit 340f701

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.readme-partials/USING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To make use of the WP-CLI testing framework, you need to complete the following
1212
"behat-rerun": "rerun-behat-tests",
1313
"lint": "run-linter-tests",
1414
"phpcs": "run-phpcs-tests",
15+
"phpcbf": "run-phpcbf-cleanup",
1516
"phpunit": "run-php-unit-tests",
1617
"prepare-tests": "install-package-tests",
1718
"test": [
@@ -90,6 +91,7 @@ You can use the following commands to control the tests:
9091
* `composer test` - Run all test suites.
9192
* `composer lint` - Run only the linting test suite.
9293
* `composer phpcs` - Run only the code sniffer test suite.
94+
* `composer phpcbf` - Run only the code sniffer cleanup.
9395
* `composer phpunit` - Run only the unit test suite.
9496
* `composer behat` - Run only the functional test suite.
9597

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ To make use of the WP-CLI testing framework, you need to complete the following
2323
"behat-rerun": "rerun-behat-tests",
2424
"lint": "run-linter-tests",
2525
"phpcs": "run-phpcs-tests",
26+
"phpcbf": "run-phpcbf-cleanup",
2627
"phpunit": "run-php-unit-tests",
2728
"prepare-tests": "install-package-tests",
2829
"test": [
@@ -101,6 +102,7 @@ You can use the following commands to control the tests:
101102
* `composer test` - Run all test suites.
102103
* `composer lint` - Run only the linting test suite.
103104
* `composer phpcs` - Run only the code sniffer test suite.
105+
* `composer phpcbf` - Run only the code sniffer cleanup.
104106
* `composer phpunit` - Run only the unit test suite.
105107
* `composer behat` - Run only the functional test suite.
106108

0 commit comments

Comments
 (0)