/
phprus
/
git.tt-rss.org_fox_tt-rss
Обзор
Документация
Войти
/
phprus
/
git.tt-rss.org_fox_tt-rss
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
phpunit.xml
28 строк
955 B
Greg
Assorted tweaks to get tests back to green. (#317)
01 июн 2026, 01:23
Не верифицирован
01 июн 2026, 01:23
1fdd7cb
Код
Авторство
О чём код?
<phpunit stderr="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/latest/phpunit.xsd" bootstrap="tests_functional/bootstrap.php" cacheDirectory=".phpunit.cache" displayDetailsOnPhpunitDeprecations="true" failOnPhpunitDeprecation="true" failOnRisky="true" failOnWarning="true"> <testsuites> <testsuite name="tests"> <directory>tests_functional</directory> </testsuite> </testsuites> <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true"> <include> <directory suffix=".php">classes</directory> <directory suffix=".php">lib</directory> </include> <exclude> <directory suffix=".php">lib/gettext</directory> </exclude> </source> <php> <const name="IS_TESTING" value="true"/> </php> </phpunit>