Merge pull request #84 from joomla-extensions/updatereadme

Update Readme.md with way to run All the tests
This commit is contained in:
Puneet Kala 2015-08-04 19:03:20 +05:30
commit d92c25b701
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ To run the tests please execute the following commands (for the moment only work
```bash
$ composer install
$ vendor/bin/robo
$ vendor/bin/robo run:test acceptance
$ vendor/bin/robo run:tests
```