2021-11-24 16:43:00 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="autoload.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" colors="false">
|
|
|
|
<coverage processUncoveredFiles="false">
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">../</directory>
|
|
|
|
</include>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">../vendor/</directory>
|
|
|
|
<directory suffix=".php">../test/</directory>
|
|
|
|
<directory suffix=".php">../src/Layout/</directory>
|
|
|
|
<directory suffix=".php">../src/Config/</directory>
|
|
|
|
</exclude>
|
|
|
|
</coverage>
|
2015-03-18 18:37:35 +00:00
|
|
|
<testsuites>
|
2021-11-24 16:43:00 +00:00
|
|
|
<testsuite name="Core Suite">
|
2016-06-04 14:17:21 +00:00
|
|
|
<directory>./</directory>
|
2015-03-18 18:37:35 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|