File: configuration_logging.xml

package info (click to toggle)
phpunit 12.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 50,696 kB
  • sloc: php: 102,219; xml: 2,115; makefile: 124; sh: 99
file content (10 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8" ?>
<phpunit>
    <logging>
        <junit outputFile="junit.xml"/>
        <otr outputFile="otr.xml" includeGitInformation="true"/>
        <teamcity outputFile="teamcity.txt"/>
        <testdoxHtml outputFile="testdox.html"/>
        <testdoxText outputFile="testdox.txt"/>
    </logging>
</phpunit>