Skip to content

Commit 3ea4800

Browse files
committed
docs: 单元测试
1 parent 9105124 commit 3ea4800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/readme/25. 2019-06-10-Laravel 基于 PHPUnit 的单元测试.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 25. 2019-06-10-Laravel 基于 PHPUnit 的单元测试
2-
![]()
2+
33
### 简介
44
介绍完 `PHPUnit` 的基本使用和 `Laravel` 框架自带的编排文件 `phpunit.xml` 文件,今天开始我们正式准备在 `Laravel` 项目中基于 `PHPUnit` 编写单元测试和功能测试,通过上篇教程介绍的编排文件我们知道,`Laravel` 的单元测试用例位于 `tests/Unit` 目录下,框架本身也为我们提供了一个示例测试文件 `ExampleTest.php`
55

0 commit comments

Comments
 (0)