1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/espocrm-espocrm

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
phpunit.xml 564 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Yuri Kuznetsov Отправлено 28.02.2023 14:37 9570a28
<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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/espocrm-espocrm.git
git@api.gitlife.ru:oschina-mirror/espocrm-espocrm.git
oschina-mirror
espocrm-espocrm
espocrm-espocrm
master