Архивировано
1
0
Ответвление 0
С 2020-07-31 этот репозиторий архивирован. Вы можете просматривать его содержимое или клонировать, но не добавлять новые комиты, открывать задачи или запросы на слияние.
news-script/phpunit.xml

15 строки
401 Б
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./Source/</directory>
<directory suffix=".php">./</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Application Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>