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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/CONTRIBUTING.md

+1-1
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)