Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-26 23:09:24 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-26 23:09:24 +0300
commit9e79bcda3ee04ba83f2c30908dcdfb771a7bbc3f (patch)
treec1691ed15cb0f7a23ecdf8827a625df3ba922a9a /phpunit.xml.nocoverage
parent06a047b572b153d89f840515f7c6b8a08f122f63 (diff)
Comment out the JUnit logging report from phpunit.xml
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'phpunit.xml.nocoverage')
-rw-r--r--phpunit.xml.nocoverage2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage
index cbec556ed1..1db5126269 100644
--- a/phpunit.xml.nocoverage
+++ b/phpunit.xml.nocoverage
@@ -35,7 +35,7 @@
</testsuites>
<logging>
- <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
+ <!--<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>-->
<log type="json" target="build/logs/phpunit.json" />
</logging>
</phpunit>