FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
database/phpunit.xml.dist at master · aplus-framework/database · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
aplus-framework
/
database
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
347
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
database
/
phpunit.xml.dist
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 1.21 KB
Breadcrumbs
database
/
phpunit.xml.dist
Copy path
File metadata and controls
32 lines (32 loc) · 1.21 KB
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
25
26
27
28
29
30
31
32
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
backupGlobals
=
"
false
"
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
stopOnError
=
"
false
"
stopOnFailure
=
"
false
"
stopOnIncomplete
=
"
false
"
stopOnSkipped
=
"
false
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/10.5/phpunit.xsd
"
cacheDirectory
=
"
.phpunit.cache
"
>
<
coverage
>
<
report
>
<
clover
outputFile
=
"
build/coverage/clover.xml
"
/>
<
html
outputDirectory
=
"
build/coverage
"
/>
<
text
outputFile
=
"
php://stdout
"
/>
</
report
>
</
coverage
>
<
testsuite
name
=
"
Tests
"
>
<
directory
suffix
=
"
Test.php
"
>tests</
directory
>
</
testsuite
>
<
logging
/>
<
php
>
<
env
name
=
"
DB_IMAGE
"
value
=
"
mariadb
"
/>
<
env
name
=
"
DB_HOST
"
value
=
"
mariadb
"
/>
<
env
name
=
"
DB_PORT
"
value
=
"
3306
"
/>
<
env
name
=
"
DB_USERNAME
"
value
=
"
root
"
/>
<
env
name
=
"
DB_PASSWORD
"
value
=
"
password
"
/>
<
env
name
=
"
DB_SCHEMA
"
value
=
"
framework-tests
"
/>
<
env
name
=
"
XDEBUG_MODE
"
value
=
"
coverage
"
/>
</
php
>
<
source
>
<
include
>
<
directory
suffix
=
"
.php
"
>src</
directory
>
</
include
>
</
source
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL