mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2026-02-11 23:40:27 +00:00
-
This commit is contained in:
25
packages/php-ds/phpunit.xml
Normal file
25
packages/php-ds/phpunit.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<phpunit
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
||||
beStrictAboutChangesToGlobalState="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
beStrictAboutTodoAnnotatedTests="true"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
colors="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="DS Tests">
|
||||
<directory>vendor/php-ds/tests/tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<coverage>
|
||||
<include>
|
||||
<directory>src</directory>
|
||||
</include>
|
||||
<report>
|
||||
<clover outputFile="build/logs/coverage.xml" />
|
||||
<html outputDirectory="build/logs/coverage" />
|
||||
<text outputFile="build/logs/coverage.txt" />
|
||||
</report>
|
||||
</coverage>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user