FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
database/phpunit.xml at master · selective-php/database · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
selective-php
/
database
Public archive
Notifications
You must be signed in to change notification settings
Fork
4
Star
23
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
database
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 751 Bytes
Breadcrumbs
database
/
phpunit.xml
Copy path
File metadata and controls
22 lines (22 loc) · 751 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
"
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
backupGlobals
=
"
false
"
backupStaticAttributes
=
"
false
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/9.3/phpunit.xsd
"
>
<
coverage
processUncoveredFiles
=
"
false
"
>
<
include
>
<
directory
suffix
=
"
.php
"
>src</
directory
>
</
include
>
<
exclude
>
<
directory
>vendor</
directory
>
<
directory
>build</
directory
>
</
exclude
>
</
coverage
>
<
testsuites
>
<
testsuite
name
=
"
Tests
"
>
<
directory
suffix
=
"
Test.php
"
>tests</
directory
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL