Merge remote-tracking branch 'origin/master'

This commit is contained in:
Beat 2015-05-30 17:58:48 +02:00
commit 59478ebb2e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ To prepare the system tests (Selenium) to be run in your local machine you are a
To run the tests please execute the following commands (for the moment only working in Linux and MacOS, for more information see: https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception):
```bash
$ composer update
$ composer install
$ vendor/bin/robo
$ vendor/bin/robo test:acceptance
```