Skip to content

Commit 7915d76

Browse files
committed
Improve tests section in README
1 parent 17d7d89 commit 7915d76

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)