haniki / phpunit-mink
v2.2.0
2016-06-26 09:07 UTC
Requires
- php: >=5.3.2
- behat/mink: ~1.6@dev
- behat/mink-selenium2-driver: ~1.2
- phpunit/phpunit: ~4|~5
- symfony/event-dispatcher: ~2.4|~3.0
Requires (Dev)
- aik099/coding-standard: dev-master
- mockery/mockery: ~0.9
This package is not auto-updated.
Last update: 2025-03-24 16:11:47 UTC
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