aik099 / phpunit-mink
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
v2.5.0
2024-11-30 18:46 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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

