xml phpunit.xml.dist
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml phpunit.xml.dist相关的知识,希望对你有一定的参考价值。
<phpunit bootstrap="vendor/silverstripe/cms/tests/bootstrap.php" colors="true">
<testsuite name="wysiwyg-accordion">
<directory>tests/</directory>
</testsuite>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">tests/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
以上是关于xml phpunit.xml.dist的主要内容,如果未能解决你的问题,请参考以下文章
text phpunit.xml.dist
PHPUnit测试失败
shopware 6插件的单元测试未找到自定义服务
Symfony 3 功能测试错误(KERNEL_DIR 或 WebTestCase)
XML——初识XML
XML——初识XML