Add pear modules, mail and net_smtp via composer (#93)
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
[](https://www.versioneye.com/user/projects/57c4a6fe968d64004d97620a?child=57c4a6fe968d64004d97620a#tab-licenses)
|
||||
|
||||
[](https://travis-ci.org/consolidation/Robo)
|
||||
[](https://ci.appveyor.com/project/greg-1-anderson/robo)
|
||||
[](https://scrutinizer-ci.com/g/consolidation/Robo/?branch=master)
|
||||
[](https://www.versioneye.com/user/projects/57c4a6fe968d64004d97620a)
|
||||
|
||||
@@ -88,7 +89,7 @@ class RoboFile extends \Robo\Tasks
|
||||
```
|
||||
|
||||
If you execute `robo` you will see this task added to list of available task with name: `test:acceptance`.
|
||||
To execute it you shoud run `robo test:acceptance`. You may change path to selenium server by passing new path as a argument:
|
||||
To execute it you should run `robo test:acceptance`. You may change path to selenium server by passing new path as a argument:
|
||||
|
||||
```
|
||||
robo test:acceptance "C:\Downloads\selenium.jar"
|
||||
|
||||
Reference in New Issue
Block a user