Skip to content

Commit c49b8c3

Browse files
authored
Merge pull request #2418 from rodrigoprimo/fix-typo-in-contributing-md
Fix the test case file path used in a CONTRIBUTING.md example
2 parents e900d13 + 9e2bfd3 commit c49b8c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Also note the class name convention. The method `getErrorList()` MUST return an
138138
If you run the following from the root directory of your WordPressCS clone:
139139
140140
```sh
141-
$ "vendor/bin/phpcs" --standard=Wordpress -s ./Tests/PHP/POSIXFunctionsUnitTest.inc --sniffs=WordPress.PHP.POSIXFunctions
141+
$ "vendor/bin/phpcs" --standard=Wordpress -s ./WordPress/Tests/PHP/POSIXFunctionsUnitTest.inc --sniffs=WordPress.PHP.POSIXFunctions
142142
...
143143
--------------------------------------------------------------------------------
144144
FOUND 7 ERRORS AFFECTING 7 LINES

0 commit comments

Comments
 (0)