/
cloud-castle
/
curl
Обзор
Документация
Войти
/
cloud-castle
/
curl
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
Аналитика
main
phpunit.xml.dist
32 строки
1 KB
Алексей Зорин
chore: scaffold cloud-castle/curl package
23 июл 2026, 06:34
23 июл 2026, 06:34
df9fe47
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" cacheDirectory="var/cache/phpunit" executionOrder="depends,defects" colors="true" failOnRisky="true" failOnWarning="true"> <testsuites> <testsuite name="unit"> <directory>tests/Unit</directory> </testsuite> <testsuite name="integration"> <directory>tests/Integration</directory> </testsuite> <testsuite name="security"> <directory>tests/Security</directory> </testsuite> <testsuite name="load"> <directory>tests/Load</directory> </testsuite> <testsuite name="performance"> <directory>tests/Performance</directory> </testsuite> </testsuites> <source> <include> <directory>src</directory> </include> </source> </phpunit>