Page MenuHomeDevCentral

phpunit.xml.in
No OneTemporary

phpunit.xml.in

<?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

Mime Type
text/xml
Expires
Thu, Dec 26, 17:05 (21 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314890
Default Alt Text
phpunit.xml.in (1 KB)

Event Timeline