Skip to content

Commit

Permalink
Merge pull request #2418 from rodrigoprimo/fix-typo-in-contributing-md
Browse files Browse the repository at this point in the history
Fix the test case file path used in a CONTRIBUTING.md example
  • Loading branch information
dingo-d committed Dec 15, 2023
2 parents e900d13 + 9e2bfd3 commit c49b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Also note the class name convention. The method `getErrorList()` MUST return an
If you run the following from the root directory of your WordPressCS clone:

```sh
$ "vendor/bin/phpcs" --standard=Wordpress -s ./Tests/PHP/POSIXFunctionsUnitTest.inc --sniffs=WordPress.PHP.POSIXFunctions
$ "vendor/bin/phpcs" --standard=Wordpress -s ./WordPress/Tests/PHP/POSIXFunctionsUnitTest.inc --sniffs=WordPress.PHP.POSIXFunctions
...
--------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
Expand Down

0 comments on commit c49b8c3

Please sign in to comment.