3 Star 0 Fork 1

Gitee 极速下载 / wsunit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/lapistano/wsunit
克隆/下载
composer.json 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "lapistano/wsunit",
"description": "A PHPUnit extension providing the possibility to lift a unit test to a functional tes, just by configuration",
"keywords": ["testing", "wsunit", "phpunit", "extension", "functional testing", "unit testing"],
"homepage": "http://www.github.com/lapistano/wsunit",
"type": "library",
"license": "BSD License",
"require": {
"php": ">=5.3.6"
},
"require-dev": {
"lapistano/proxy-object": "2.*"
},
"autoload": {
"psr-0": { "lapistano\\wsunit": "src/" }
},
"authors": [
{
"name": "Bastian Feder",
"email": "php@bastian-feder.de",
"homepage": "http://blog.bastian-feder.de"
}
]
}
PHP
1
https://gitee.com/mirrors/wsunit.git
git@gitee.com:mirrors/wsunit.git
mirrors
wsunit
wsunit
master

搜索帮助