codenamephp/platform.test
最新稳定版本:2.0.0
Composer 安装命令:
composer require codenamephp/platform.test
包简介
Provides a basic TestCase that adds Mockery listener and all needed dependencies. All CodenamePHP Packages will have a dev dependency to this.
README 文档
README
The base test package that consists of base test case that can extended for unit testing.
This package includes and uses Mockery
Installation
Easiest way is via composer:
"require-dev": { "codenamephp/platform.test": "*" }
Usage
Just extend your Test Cases from de/codenamephp/platform/test/TestCase
class SomeTest extends de/codenamephp/platform/test/TestCase { ... }
统计信息
- 总下载量: 199
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-01-11