Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bolton <[email protected]>
  • Loading branch information
srtfisher and benpbolton authored Nov 21, 2023
1 parent d308d46 commit 1ed660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ modified version of the [WordPress Coding
Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).

One exception to this are unit tests which follow Alley Coding Standards but are
stored in PSR-4-compliant file paths. For example, a class file created with a
stored in [PSR-4-compliant file paths](https://www.php-fig.org/psr/psr-4/). For example, a class file created with a
file path of `src/feature/class-example.php` would have a unit test located at
`tests/Feature/ExampleTest.php`. Alley Coding Standards will be evolving to
embrace PSR-4 in the future for more of the codebase, but for now, this exception
Expand Down

0 comments on commit 1ed660f

Please sign in to comment.