FlagPole/phpunit.xml.dist

12 lines
406 B
Plaintext
Raw Permalink Normal View History

2025-12-09 22:48:07 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="FlagPole Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>