Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.16 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.16 KB

PHPUnit-Mink

CI Docs Documentation Status

Scrutinizer Code Quality codecov 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

https://saucelabs.com/

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