FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-code-coverage/phpunit.xml at main · mantisbt/php-code-coverage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mantisbt
/
php-code-coverage
Public
forked from
sebastianbergmann/php-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
php-code-coverage
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 727 Bytes
Breadcrumbs
php-code-coverage
/
phpunit.xml
Copy path
File metadata and controls
24 lines (22 loc) · 727 Bytes
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/10.0/phpunit.xsd
"
bootstrap
=
"
tests/bootstrap.php
"
cacheDirectory
=
"
.phpunit.cache
"
executionOrder
=
"
depends,defects
"
beStrictAboutOutputDuringTests
=
"
true
"
colors
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
default
"
>
<
directory
>tests/tests</
directory
>
</
testsuite
>
</
testsuites
>
<
coverage
>
<
include
>
<
directory
suffix
=
"
.php
"
>src</
directory
>
</
include
>
</
coverage
>
<
php
>
<
ini
name
=
"
serialize_precision
"
value
=
"
14
"
/>
</
php
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL