We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3d508 commit cfb6e87Copy full SHA for cfb6e87
web/app/phpunit.xml.dist
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-
3
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
5
- bootstrap="test/bootstrap.php"
6
- colors="always">
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
+ bootstrap="test/bootstrap.php"
+ colors="true">
7
8
<testsuites>
9
<testsuite name="PHP Test suite">
@@ -25,7 +25,7 @@
25
</php>
26
27
<logging>
28
- <log type="coverage-html" target="./report/phpunit" charset="UTF-8"
29
- yui="true"highlight="true"/>
+ <log type="coverage-html" target="./report/phpunit" charset="UTF-8"yui="true"highlight="true"/>
+ <logtype="coverage-text"target="php://stdout"showUncoveredFiles="false"/>
30
</logging>
31
-</phpunit>
+</phpunit>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments