public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/stevenmaguire/oauth2-keycloak/phpunit.xml.dist
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
bootstrap="vendor/autoload.php"
4
colors="true"
5
processIsolation="false"
6
stopOnFailure="false"
7
failOnRisky="true"
8
failOnWarning="true"
9
>
10
<coverage includeUncoveredFiles="true"
11
pathCoverage="false"
12
ignoreDeprecatedCodeUnits="true"
13
disableCodeCoverageIgnore="true">
14
<include>
15
<directory suffix=".php">src</directory>
16
</include>
17
<exclude>
18
<directory suffix=".php">vendor</directory>
19
<file>src/autoload.php</file>
20
</exclude>
21
<report>
22
<html outputDirectory="./build/coverage/html"
23
lowUpperBound="35"
24
highLowerBound="70"/>
25
<clover outputFile="./build/coverage/log/coverage.xml"/>
26
</report>
27
</coverage>
28
<testsuites>
29
<testsuite name="Package Test Suite">
30
<directory suffix=".php">./test/</directory>
31
</testsuite>
32
</testsuites>
33
</phpunit>