Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841687
phpunit.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
phpunit.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
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/Unit
</directory>
</testsuite>
<testsuite
name=
"Functional"
>
<directory
suffix=
"Test.php"
>
tests/Functional
</directory>
</testsuite>
<testsuite
name=
"Feature"
>
<directory
suffix=
"Test.php"
>
tests/Feature
</directory>
</testsuite>
<testsuite
name=
"Browser"
>
<directory
suffix=
"Test.php"
>
tests/Browser
</directory>
</testsuite>
</testsuites>
<coverage
processUncoveredFiles=
"true"
>
<include>
<directory
suffix=
".php"
>
./app
</directory>
</include>
</coverage>
<logging>
<testdoxHtml
outputFile=
"./tests/report/testdox.html"
/>
</logging>
<php>
<server
name=
"APP_ENV"
value=
"testing"
/>
<server
name=
"APP_DEBUG"
value=
"true"
/>
<server
name=
"BCRYPT_ROUNDS"
value=
"4"
/>
<server
name=
"MAIL_DRIVER"
value=
"array"
/>
<server
name=
"QUEUE_CONNECTION"
value=
"sync"
/>
<server
name=
"SESSION_DRIVER"
value=
"array"
/>
<server
name=
"SWOOLE_HTTP_ACCESS_LOG"
value=
"false"
/>
<server
name=
"PGP_LENGTH"
value=
"1024"
/>
</php>
</phpunit>
File Metadata
Details
Attached
Mime Type
application/xml
Expires
Mon, Aug 25, 3:39 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
222278
Default Alt Text
phpunit.xml (1 KB)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment