aik099 / phpunit-mink
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
Installs: 130 450
Dependents: 1
Suggesters: 0
Security: 0
Stars: 70
Watchers: 5
Forks: 20
Open Issues: 20
Requires
- php: >=5.6
- behat/mink: ^1.8@dev
- behat/mink-selenium2-driver: ~1.2
- console-helpers/phpunit-compat: ^1.0.3
- phpunit/phpunit: >=4.8.35 <5|>=5.4.3
Requires (Dev)
- aik099/coding-standard: dev-master
- mockery/mockery: ~0.9|^1.5
- yoast/phpunit-polyfills: ^1.0
README
This library is an extension for PHPUnit, that allows to write tests with help of Mink.
Documentation
Service Integrations
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