30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 14:00:51 +00:00

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

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
```