https://github.com/minkphp/phpunit-mink
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
https://github.com/minkphp/phpunit-mink
mink php phpunit
Last synced: 17 days ago
JSON representation
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
- Host: GitHub
- URL: https://github.com/minkphp/phpunit-mink
- Owner: minkphp
- License: bsd-3-clause
- Created: 2013-06-01T13:15:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T04:47:37.000Z (5 months ago)
- Last Synced: 2025-04-03T15:09:07.295Z (26 days ago)
- Topics: mink, php, phpunit
- Language: PHP
- Homepage:
- Size: 602 KB
- Stars: 71
- Watchers: 4
- Forks: 20
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PHPUnit-Mink
[](https://github.com/minkphp/phpunit-mink/actions/workflows/tests.yml)
[](https://github.com/minkphp/phpunit-mink/actions/workflows/docs.yml)
[](https://phpunit-mink.readthedocs.io/en/latest/?badge=latest)[](https://scrutinizer-ci.com/g/minkphp/phpunit-mink/?branch=master)
[](https://codecov.io/gh/minkphp/phpunit-mink)
[](https://www.versioneye.com/user/projects/52ad65e0ec1375ead3000049)[](https://packagist.org/packages/aik099/phpunit-mink) [](https://packagist.org/packages/aik099/phpunit-mink) [](https://packagist.org/packages/aik099/phpunit-mink) [](https://packagist.org/packages/aik099/phpunit-mink)
This library is an extension for [PHPUnit](https://phpunit.de), that allows to write tests with help of [Mink](https://github.com/minkphp/Mink).
## Documentation
* https://phpunit-mink.readthedocs.io/
## Service Integrations
https://saucelabs.com/
[](https://saucelabs.com/)
[](https://www.browserstack.com/)## Installation using Composer
Define the dependencies in your ```composer.json```:
```json
{
"require": {
"aik099/phpunit-mink": "~2.0"
}
}
```Install/update your vendors:
```bash
$ curl http://getcomposer.org/installer | php
$ php composer.phar install
```