haniki/phpunit-mink

v2.2.0 2016-06-26 09:07 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:08:37 UTC


README

Build Status HHVM Status Documentation

Scrutinizer Code Quality Coverage Status Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

This library is an extension for PHPUnit, that allows to write tests with help of Mink.

Documentation

Service Integrations

SauceLabs BrowserStack

Installation using Composer

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