30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-07 00:40:48 +00:00

Merge pull request #83 from gunjanpatel/readmeUpdate

[doc] Updating robo acceptance run command
This commit is contained in:
Puneet Kala 2015-08-03 10:41:37 +05:30
commit cb1a9ae1af

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 test:acceptance
$ vendor/bin/robo run:test acceptance
```