/
jagepard
/
Rudra-Router
Обзор
Документация
Войти
/
jagepard
/
Rudra-Router
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2024
phpunit.xml
24 строки
818 B
Jagepard
update
10 сен 2020, 11:10
10 сен 2020, 11:10
b4f5ec9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" stopOnFailure="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Rudra-Router"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="tests/build/coverage"/> <log type="coverage-text" target="tests/build/coverage.txt"/> <log type="coverage-clover" target="tests/build/logs/clover.xml"/> </logging> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>