/
tigusigalpa
/
yandex-cloud-client-php
Обзор
Документация
Войти
/
tigusigalpa
/
yandex-cloud-client-php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
phpunit.xml
18 строк
596 B
Igor Sazonov
v1.0.0
29 ноя 2025, 09:27
29 ноя 2025, 09:27
a07b41a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" failOnRisky="true" failOnWarning="true"> <testsuites> <testsuite name="Yandex Cloud Client Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>