1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/casbin-php-casbin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
phpunit.xml 980
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jon Lee Отправлено 17.12.2021 14:16 f433e3d
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="test">
<directory>./tests/</directory>
<exclude>./tests/Benchmark</exclude>
</testsuite>
<testsuite name="benchmark">
<directory>./tests/Benchmark/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/html"/>
</logging>
</phpunit>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/casbin-php-casbin.git
git@api.gitlife.ru:oschina-mirror/casbin-php-casbin.git
oschina-mirror
casbin-php-casbin
casbin-php-casbin
master