mockery/mockery 0.8.0

Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.

library BSD-3-Clause
安装
composer require "mockery/mockery:0.8.0"
依赖
包名版本要求
php >=5.3.2
开发依赖
包名版本要求
hamcrest/hamcrest 1.1.0
版本详情
许可证BSD-3-Clause
发布时间2013-04-01 12:13:17
类型library