Database/test/phpunit.xml

19 lines
967 B
XML
Raw Normal View History

2021-11-29 21:58:24 +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>
2018-11-15 18:10:52 +00:00
<testsuites>
2021-11-29 21:58:24 +00:00
<testsuite name="Core Suite">
2018-11-15 18:10:52 +00:00
<directory>./</directory>
</testsuite>
</testsuites>
</phpunit>