FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
swe-webapp/phpunit.xml at develop · RedRoundRobin/swe-webapp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
RedRoundRobin
/
swe-webapp
Public archive
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
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
swe-webapp
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (36 loc) · 1.34 KB
Breadcrumbs
swe-webapp
/
phpunit.xml
Copy path
File metadata and controls
40 lines (36 loc) · 1.34 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
33
34
35
36
37
38
39
40
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
./vendor/phpunit/phpunit/phpunit.xsd
"
backupGlobals
=
"
false
"
backupStaticAttributes
=
"
false
"
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
convertErrorsToExceptions
=
"
true
"
convertNoticesToExceptions
=
"
true
"
convertWarningsToExceptions
=
"
true
"
processIsolation
=
"
false
"
stopOnFailure
=
"
false
"
>
<
testsuites
>
<
testsuite
name
=
"
Unit
"
>
<
directory
suffix
=
"
Test.php
"
>./tests</
directory
>
</
testsuite
>
</
testsuites
>
<
filter
>
<
whitelist
processUncoveredFilesFromWhitelist
=
"
true
"
>
<
directory
suffix
=
"
.php
"
>./app</
directory
>
</
whitelist
>
</
filter
>
<
php
>
<
server
name
=
"
APP_ENV
"
value
=
"
testing
"
/>
<
server
name
=
"
BCRYPT_ROUNDS
"
value
=
"
4
"
/>
<
server
name
=
"
CACHE_DRIVER
"
value
=
"
array
"
/>
<
server
name
=
"
DB_CONNECTION
"
value
=
"
sqlite
"
/>
<
server
name
=
"
DB_DATABASE
"
value
=
"
:memory:
"
/>
<
server
name
=
"
MAIL_DRIVER
"
value
=
"
array
"
/>
<
server
name
=
"
QUEUE_CONNECTION
"
value
=
"
sync
"
/>
<
server
name
=
"
SESSION_DRIVER
"
value
=
"
array
"
/>
</
php
>
<
logging
>
<
log
type
=
"
coverage-clover
"
target
=
"
build/logs/clover.xml
"
/>
</
logging
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL