sminnee/phpunit-mock-objects
最新稳定版本:3.4.10
Composer 安装命令:
composer require sminnee/phpunit-mock-objects
包简介
Mock Object library for PHPUnit (fork to add PHP 7.4 support to 3.4)
README 文档
README
PHPUnit_MockObject
PHPUnit_MockObject is the default mock object library for PHPUnit.
This is a fork of the original project to provide support for newer PHP versions to PHPUnit 5.
Requirements
- PHP 5.6 is required but using the latest version of PHP is highly recommended
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require phpunit/phpunit-mock-objects
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev phpunit/phpunit-mock-objects
统计信息
- 总下载量: 190.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-06-14