FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Geocoder/src/Http/phpunit.xml.dist at master · geocoder-php/Geocoder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
geocoder-php
/
Geocoder
Public
Notifications
You must be signed in to change notification settings
Fork
524
Star
4k
Code
Issues
49
Pull requests
14
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Geocoder
/
src
/
Http
/
phpunit.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 648 Bytes
Breadcrumbs
Geocoder
/
src
/
Http
/
phpunit.xml.dist
Copy path
File metadata and controls
24 lines (24 loc) · 648 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/9.3/phpunit.xsd
"
backupGlobals
=
"
false
"
colors
=
"
true
"
bootstrap
=
"
vendor/autoload.php
"
>
<
coverage
>
<
include
>
<
directory
>./</
directory
>
</
include
>
<
exclude
>
<
directory
>./Tests</
directory
>
<
directory
>./vendor</
directory
>
</
exclude
>
</
coverage
>
<
php
>
<
ini
name
=
"
error_reporting
"
value
=
"
-1
"
/>
</
php
>
<
testsuites
>
<
testsuite
name
=
"
Geocoder Test Suite
"
>
<
directory
>./Tests/</
directory
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL