5 Star 15 Fork 6

espocrm / espocrm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
phpunit.xml 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuri Kuznetsov 提交于 2023-02-28 13:37 . exclude test
<phpunit
bootstrap="vendor/autoload.php"
defaultTestSuite="unit"
>
<testsuites>
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="integration">
<directory>tests/integration</directory>
</testsuite>
<testsuite name="integration-pg">
<directory>tests/integration</directory>
<exclude>tests/integration/Espo/Core/Utils/Database</exclude>
<exclude>tests/integration/Espo/Core/FulltextIndex/CheckCreatedIndexTest.php</exclude>
</testsuite>
</testsuites>
</phpunit>
PHP
1
https://gitee.com/espocrm/espocrm.git
git@gitee.com:espocrm/espocrm.git
espocrm
espocrm
espocrm
master

搜索帮助