wiki-grav/plugins/shortcode-core/vendor/thunderer/shortcode/phpunit.xml.dist
2023-06-02 08:07:58 +02:00

31 lines
870 B
XML

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