FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-htmldiff/phpunit.xml.dist at master · devprom-dev/php-htmldiff · GitHub
devprom-dev
/
php-htmldiff
Public
forked from
caxy/php-htmldiff
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
php-htmldiff
/
phpunit.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 855 Bytes
Breadcrumbs
php-htmldiff
/
phpunit.xml.dist
Copy path
File metadata and controls
22 lines (22 loc) · 855 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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
backupGlobals
=
"
false
"
backupStaticAttributes
=
"
false
"
colors
=
"
true
"
convertErrorsToExceptions
=
"
true
"
convertNoticesToExceptions
=
"
true
"
convertWarningsToExceptions
=
"
true
"
processIsolation
=
"
false
"
stopOnFailure
=
"
false
"
bootstrap
=
"
./tests/Caxy/Tests/TestInit.php
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/9.3/phpunit.xsd
"
>
<
coverage
processUncoveredFiles
=
"
true
"
>
<
include
>
<
directory
suffix
=
"
.php
"
>./lib</
directory
>
</
include
>
</
coverage
>
<
groups
>
<
exclude
>
<
group
>performance</
group
>
</
exclude
>
</
groups
>
<
testsuites
>
<
testsuite
name
=
"
php-htmldiff Test Suite
"
>
<
directory
>./tests/Caxy/Tests/HtmlDiff</
directory
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL