Skip to content

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

License

Notifications You must be signed in to change notification settings

minkphp/phpunit-mink

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2024
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024
Jul 12, 2013
Mar 13, 2024
Nov 24, 2022
Feb 15, 2024
Nov 30, 2024
Jan 17, 2015
Jun 6, 2013
Mar 16, 2024
Jul 15, 2024
Jul 15, 2024
Feb 15, 2024

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages