propresenter-php/php/phpunit.xml
2026-03-01 16:12:17 +01:00

16 lines
573 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
failOnRisky="true"
failOnWarning="true">
<testsuites>
<testsuite name="ProPresenter Parser Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>