epdenouden/phpunit-testdox-tutorial
Composer 安装命令:
composer create-project epdenouden/phpunit-testdox-tutorial
包简介
Self-guided tutorial for PHPUnit TestDox human-readable reports.
关键字:
README 文档
README
Download and install the tutorial and PHPUnit using Composer:
composer create-project epdenouden/phpunit-testdox-tutorial
Keep self-testing and fixing until everything is green!
cd phpunit-testdox-tutorial/ composer test
Topics covered
| File | Topic |
|---|---|
unit/HowToUseThisTutorialTest.php |
@testdox annotation basics |
unit/TestDoxAutomaticCapitalizationTest.php |
improve naming of tests and test suites |
unit/TestDoxDataProviderTest.php |
data providers: quickly identify failing scenarios by including parameter values |
end-to-end/*.phpt |
PHPUnit end-to-end (self-)testing |
TestDox manual
- PHPUnit manual on the
@testdoxannotation - PHPUnit manual on the
--testdoxcommand line option - PHPT file format reference
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-02-28