Update the way to run All the tests

the run:test method allows to run the tests individually. The command for running all the tests is `run:tests`(see https://github.com/joomla-extensions/weblinks/blob/master/RoboFile.php#L41)

Updates #83
This commit is contained in:
javier gomez 2015-08-04 09:57:35 +02:00
parent cb1a9ae1af
commit e17fba993a
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
```