FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpmyadmin/phpunit.xml at master · phpmyadmin/phpmyadmin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
phpmyadmin
/
phpmyadmin
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.6k
Star
7.9k
Code
Issues
846
Pull requests
101
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
phpmyadmin
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1.21 KB
Breadcrumbs
phpmyadmin
/
phpunit.xml
Copy path
File metadata and controls
43 lines (43 loc) · 1.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/11.5/phpunit.xsd
"
bootstrap
=
"
tests/bootstrap.php
"
cacheDirectory
=
"
build/.phpunit.cache
"
executionOrder
=
"
random
"
defaultTestSuite
=
"
unit
"
failOnRisky
=
"
true
"
failOnWarning
=
"
true
"
displayDetailsOnTestsThatTriggerWarnings
=
"
true
"
displayDetailsOnTestsThatTriggerNotices
=
"
true
"
displayDetailsOnTestsThatTriggerErrors
=
"
true
"
displayDetailsOnIncompleteTests
=
"
true
"
requireCoverageMetadata
=
"
true
"
beStrictAboutOutputDuringTests
=
"
true
"
colors
=
"
true
"
>
<
source
>
<
include
>
<
directory
>src</
directory
>
</
include
>
</
source
>
<
coverage
>
<
report
>
<
clover
outputFile
=
"
build/logs/clover.xml
"
/>
<
xml
outputDirectory
=
"
build/logs/coverage-xml
"
/>
</
report
>
</
coverage
>
<
php
>
<
env
name
=
"
LC_ALL
"
value
=
"
C.UTF8
"
force
=
"
true
"
/>
</
php
>
<
testsuites
>
<
testsuite
name
=
"
unit
"
>
<
directory
>tests/unit</
directory
>
</
testsuite
>
<
testsuite
name
=
"
end-to-end
"
>
<
directory
>tests/end-to-end</
directory
>
</
testsuite
>
</
testsuites
>
<
logging
>
<
junit
outputFile
=
"
build/logs/junit.xml
"
/>
</
logging
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL