aik099/phpunit-mink
最新稳定版本:v2.5.0
Composer 安装命令:
composer require aik099/phpunit-mink
包简介
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
README 文档
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
统计信息
- 总下载量: 135.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 72
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-07-12

