Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3942625
phpunit.xml.in
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.in
View Options
<?xml version="1.0" encoding="UTF-8"?>
<!--
=============================================================
PHPUnit configuration
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project: Keruald
License: Trivial work, not eligible to copyright
Source file: _templates/phpunit.xml.in
=============================================================
<auto-generated>
This file is automatically generated from a template.
Changes to this file may cause incorrect behavior
and will be lost if the state is redeployed.
</auto-generated>
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<php>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="On" />
</php>
<testsuites>
{%- for package in packages %}
<testsuite name="Unit tests for keruald/{{ package }}">
<directory suffix="Test.php">./{{ package }}/tests</directory>
</testsuite>
{%- endfor %}
</testsuites>
<coverage processUncoveredFiles="true">
<include>
{%- for package in packages %}
<directory suffix=".php">{{ package }}/src/</directory>
{%- endfor %}
</include>
</coverage>
</phpunit>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Thu, Dec 26, 17:05 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314890
Default Alt Text
phpunit.xml.in (1 KB)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment