TDoG-Skin/vendor/doctrine/deprecations/phpunit.xml.dist

9 lines
222 B
Plaintext
Raw Normal View History

2024-08-17 18:43:48 +08:00
<?xml version="1.0" ?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Doctrine Deprecations">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>