tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/deprecations/phpunit.xml.dist
2023-11-20 20:52:04 +00:00

9 lines
222 B
XML
Executable File

<?xml version="1.0" ?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Doctrine Deprecations">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>