dbeurive/slim-phpunit
Composer 安装命令:
composer require dbeurive/slim-phpunit
包简介
This package contains a list of PHPUnit assertions for the Slim framework
README 文档
README
Introduction
This package contains (PHPUnit)[https://phpunit.de/] assertions for the Slim framework.
Please note that this package is a work in progress, since new utilities will be added.
License
This code is published under the following license:
Creative Commons Attribution 4.0 International Public License
See the file LICENSE.TXT
Installation
From the command line:
composer require dbeurive/slim-phpunit
Or, from within the file composer.json:
"require": {
"dbeurive/slim-phpunit": "*"
}
Synopsis
class YourClassTest extends \dbeurive\Slim\PHPUnit\TestCase { ... }
See the following files for a complete list of assertions:
See the unit tests for examples.
统计信息
- 总下载量: 279
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Creative
- 更新时间: 2017-01-10