Skip to content

Files

Latest commit

c4122c2 · Feb 7, 2021

History

History
This branch is 176 commits behind gopeak/masterlab:main.

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 5, 2020
Feb 7, 2021
Nov 5, 2020
Feb 5, 2021
Feb 5, 2021
Nov 24, 2020
Aug 5, 2020
Aug 5, 2020
Aug 5, 2020
Aug 5, 2020
Nov 3, 2020
Aug 5, 2020
Aug 5, 2020
Aug 5, 2020
单元测试运行说明

全部测试用例执行:
1.命令行模式下进入app\test目录
2.执行
    phpunit --bootstrap ./bootstrap.php --configuration ./phpunit.xml  --coverage-clover=coverage.xml

单个测试文件运行示例:
1.命令行模式下进入b2b\test目录
2.执行

phpunit --bootstrap ./bootstrap.php requirement/TestEnv.php  --coverage-clover=../../coverage.xml