Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1123657
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
Tue, Sep 2, 12:42 PM
Size
1 KB
Mime Type
application/xml
Expires
Thu, Sep 4, 12:42 PM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
726747
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