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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Beat 2015-05-30 17:58:48 +02:00
commit 59478ebb2e

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): 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 ```bash
$ composer update $ composer install
$ vendor/bin/robo $ vendor/bin/robo
$ vendor/bin/robo test:acceptance $ vendor/bin/robo test:acceptance
``` ```