# study-phpunit **Repository Path**: zangyd/study-phpunit ## Basic Information - **Project Name**: study-phpunit - **Description**: php相关学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # phpunit git仓库地址 : https://gitee.com/wangk_code/phpunit ### 学习过程笔记 - [1、配置本地环境](/docs/demo1.md) - [2、编写PHPUnit测试](/docs/demo2.md) - [3、命令行测试执行器](/docs/demo3.md) - [4、 基境(fixture)](/docs/demo4.md) - [5、组织测试](/docs/demo5.md) - [6、有风险的测试](/docs/demo6.md) - [7、未完成的测试与跳过的测试](/docs/demo7.md) - [8、数据库测试](/docs/demo8.md) - [9、测试替身](/docs/demo9.md) - [10、测试实践](/docs/demo10.md) - [11、代码覆盖率分析](/docs/demo11.md) - [12、测试的其他用途](/docs/demo12.md) - [13、Logging (日志记录)](/docs/demo13.md) - [14、扩展 PHPUnit](/docs/demo14.md)