编程语言
首页 > 编程语言> > [PHP] php artisan test 指定执行某个测试文件的一个测试函数

[PHP] php artisan test 指定执行某个测试文件的一个测试函数

作者:互联网

在用php artisan test做单元测试的时候

需要指定测试某个测试方法

 

php artisan test --filter 方法名 测试文件路径

 

例如下面这样:

 

 

 

标签:php,指定,某个,artisan,测试,测试函数,test,PHP
来源: https://www.cnblogs.com/taoshihan/p/15040075.html