openclassify/vendor/nicmart/string-template/phpunit.xml.dist
Mostafa Moradi 59dbba58fb readme
2022-04-08 12:26:15 +03:00

17 lines
726 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false"
colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"
bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory>./src/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="StringTemplate test suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>