Skip to content

Commit 9057ba8

Browse files
committed
docs: phpunit.xml
1 parent 232b5e8 commit 9057ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/readme/25. 2019-06-17-Laravel 单元测试 phpunit.xml 目录结构及测试编排文件说明.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Laravel 框架默认通过 <testsuites> 定义了两个 <testsuite>,分别是
9393
打开对应的 index.html 文档,就可以在浏览器中看到测试覆盖率报告页面:
9494

9595
Laravel PHPUnit 代码覆盖率
96-
![]()
96+
![](https://laravelacademy.org/wp-content/uploads/2019/04/f709ade16b8f0fb61a3d555941b3ac00.jpg)
9797

9898
#### PHP 变量
9999
最后,Laravel 框架还通过 <php> 元素为我们初始化了一些 PHPUnit 测试环境下的 PHP 常量:

0 commit comments

Comments
 (0)