/
jagepard
/
Rudra-Router
Обзор
Документация
Войти
/
jagepard
/
Rudra-Router
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
phpunit.xml
30 строк
1009 B
Jagepard
Refactor RouterAnnotationTrait for PHP 8.4 and add comprehensive tests
23 июн 2026, 16:53
23 июн 2026, 16:53
645346f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" stopOnFailure="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd " cacheDirectory=".phpunit.cache"> <coverage> <report> <clover outputFile="tests/build/logs/clover.xml"/> <html outputDirectory="tests/build/coverage"/> <text outputFile="tests/build/coverage.txt"/> </report> </coverage> <testsuites> <testsuite name="Rudra-Router"> <directory suffix=".php">tests</directory> <exclude>tests/Stub</exclude> </testsuite> </testsuites> <source> <include> <directory suffix=".php">./src</directory> </include> </source> <php> <ini name="display_errors" value="1"/> <ini name="error_reporting" value="-1"/> </php> </phpunit>