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

[doc] Updating robo acceptance run command

This commit is contained in:
Gunjan Patel 2015-08-03 10:30:47 +05:30
parent 1e485ebc90
commit 4e75b75e51

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