Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1160143
phpunit.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Sep 19, 1:11 AM
Size
1 KB
Mime Type
application/xml
Expires
Sun, Sep 21, 1:11 AM (1 h, 6 m)
Engine
blob
Format
Raw Data
Handle
750347
Attached To
rINP In-Portal
phpunit.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors=
"true"
bootstrap=
"../../../core/kernel/tests/bootstrap.php"
cacheDirectory=
"../../../system/cache/phpunit"
cacheResultFile=
"../../../system/cache/.phpunit.result.cache"
beStrictAboutOutputDuringTests=
"true"
verbose=
"true"
>
<!--
- cacheDirectory - for PHPUnit 10+
- cacheResultFile - for PHPUnit 9
-->
<php>
<ini
name=
"memory_limit"
value=
"-1"
/>
</php>
<testsuites>
<testsuite
name=
"Unit"
>
<directory>
../../../core/tests/Unit
</directory>
<directory>
../../../modules/*/tests/Unit
</directory>
</testsuite>
<testsuite
name=
"Functional"
>
<directory>
../../../core/tests/Functional
</directory>
<directory>
../../../modules/*/tests/Functional
</directory>
</testsuite>
</testsuites>
<filter>
<!--<blacklist>
<directory suffix=".php">..</directory>
</blacklist>-->
<whitelist
addUncoveredFilesFromWhitelist=
"false"
>
<directory
suffix=
".php"
>
../../../core/*
</directory>
<directory
suffix=
".php"
>
../../../modules/*
</directory>
<exclude>
<directory>
../../../modules/mpdf
</directory>
<directory>
../../../core/editor
</directory>
<directory>
../../../core/ckeditor
</directory>
<directory>
../../../core/tests
</directory>
<directory>
../../../modules/*/tests
</directory>
<file>
../../../core/kernel/tests/bootstrap.php
</file>
</exclude>
</whitelist>
</filter>
</phpunit>
Event Timeline
Log In to Comment