phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.

BSD-3-CLAUSE License

Downloads
129.7K
Stars
70
Committers
6

PHPUnit-Mink

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

Documentation

Service Integrations

https://saucelabs.com/

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