FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
correlation-bundle/phpunit.xml at main · aubes/correlation-bundle · GitHub
aubes
/
correlation-bundle
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
correlation-bundle
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 563 Bytes
Breadcrumbs
correlation-bundle
/
phpunit.xml
Copy path
File metadata and controls
19 lines (19 loc) · 563 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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
vendor/phpunit/phpunit/phpunit.xsd
"
bootstrap
=
"
vendor/autoload.php
"
failOnDeprecation
=
"
true
"
failOnNotice
=
"
true
"
failOnWarning
=
"
true
"
>
<
testsuites
>
<
testsuite
name
=
"
Test Suite
"
>
<
directory
>tests</
directory
>
</
testsuite
>
</
testsuites
>
<
source
>
<
include
>
<
directory
>src</
directory
>
</
include
>
</
source
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL