This library is an extension for PHPUnit, that allows to write tests with help of Mink.
https://saucelabs.com/
Define the dependencies in your composer.json:
{
"require": {
"aik099/phpunit-mink": "~2.0"
}
}Install/update your vendors:
$ curl http://getcomposer.org/installer | php
$ php composer.phar install

