Add test info to readme

This commit is contained in:
Flavio Copes
2016-01-22 10:39:36 +01:00
parent 612e2126ee
commit 7f7ba5306d

View File

@@ -121,3 +121,5 @@ See [LICENSE](LICENSE.txt)
First install the dev dependencies by running `composer update` from the Grav root.
Then `composer test` will run the Unit Tests, which should be always executed successfully on any site.
You can also run a single unit test file, e.g. `composer test tests/unit/Grav/Common/AssetsTest.php`