tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/deprecations/phpunit.xml.dist

9 lines
222 B
Plaintext
Raw Normal View History

2023-11-20 21:52:04 +01:00
<?xml version="1.0" ?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Doctrine Deprecations">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>