/
phprus
/
git.tt-rss.org_fox_readability-php
Обзор
Документация
Войти
/
phprus
/
git.tt-rss.org_fox_readability-php
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
phpunit.xml
16 строк
450 B
Andres Rey
Add whitelist to phpunit config
02 дек 2017, 00:55
02 дек 2017, 00:55
3a644e0
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" stopOnFailure="false" stopOnError="false"> <testsuites> <testsuite name="Readability.php Test Suite"> <directory>./test/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>