floor9design/testing-tools
Composer 安装命令:
composer require --dev floor9design/testing-tools
包简介
Classes to help with unit testing
关键字:
README 文档
README
Introduction
This offers a set of easy testing tools useful for generating unit testing in PHPUnit.
Features
- Easy installation
- Simple and efficient classes
Install
Via Composer
composer require floor9design/testing-tools
Usage
Setup
These are a simple classes, so minimal setup is required. In a composer/PSR compliant system, this should be automatically included. If your system works another way, this can be manually included.
Note that they are namespaced, so should not clash with your other classes/methods.
Testing
To run the tests:
./vendor/phpunit/phpunit/phpunit
Documentation and coverage can be generated as follows:
./vendor/phpunit/phpunit/phpunit --coverage-html docs/tests/
Credits
Changelog
A changelog is generated here:
License
统计信息
- 总下载量: 3.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-22