phpunit.xml

https://stackoverflow.com/questions/1885887/phpunit-xml-file-phpunit-xml
可以在项目根目录添加 phpunit.xml 或 phpunit.xml.dist (按此顺序读取)来配置PHPunit。 此记录的phpunit版本5.6.x.


元素的属性用于配置 PHPUnit 的核心功能。
http://www.yzone.net/blog/130

https://cloud.tencent.com/developer/article/1481484

用 XML 配置来编排测试套件




tests





如果 phpunit.xml 或 phpunit.xml.dist (按此顺序)存在于当前工作目录并且未使用 --configuration,将自动从此文件中读取配置。

可以明确指定测试的执行顺序:

http://phpunit.cn/manual/7.0/zh_cn/organizing-tests.html#organizing-tests.xml-configuration

https://phpunit.de/manual/6.5/en/installation.html#installation.phar

Category php