File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,9 +55,11 @@ logic either bound to such objects or encapsulated as service objects.
5555
5656## Tests
5757
58- This library comes with a set up PHPUnit tests that cover all non-trivial code. You can run these
59- tests using the PHPUnit configuration file found in the root directory. The tests can also be run
60- via TravisCI, as a TravisCI configuration file is also provided in the root directory.
58+ This library comes with a set up PHPUnit tests that cover all non-trivial code. Additionally, code
59+ style checks by PHPCS and PHPMD are supported. The configuration for all 3 these tools can be found
60+ in the root directory. You can use the tools in their standard manner, though can run all checks
61+ required by our CI by executing ` composer ci ` . To just run tests use ` composer test ` , and to just
62+ run style checks use ` composer cs ` .
6163
6264## Credits
6365
You can’t perform that action at this time.
0 commit comments