зеркало из https://github.com/nextcloud/news.git
18 строки
429 B
XML
18 строки
429 B
XML
<phpunit bootstrap="Net/URL2.php"
|
|
colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnFailure="true">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<file>Net/URL2.php</file>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|