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

OSCHINA-MIRROR/mirrors-PHP-Markdown

Клонировать/Скачать
phpunit.xml.dist 774 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Michael Butler Отправлено 27.01.2018 21:50 1bd48d3
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="php-markdown Unit Tests">
<directory>./test/unit/</directory>
</testsuite>
<testsuite name="php-markdown Integration Tests">
<directory>./test/integration/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">Michelf</directory>
</whitelist>
</filter>
</phpunit>

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

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

1
https://api.gitlife.ru/oschina-mirror/mirrors-PHP-Markdown.git
git@api.gitlife.ru:oschina-mirror/mirrors-PHP-Markdown.git
oschina-mirror
mirrors-PHP-Markdown
mirrors-PHP-Markdown
lib