Files
huangjingfen/pro_v3.5.1/vendor/doctrine/annotations/phpunit.xml.dist
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

27 lines
798 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true"
failOnWarning="true"
bootstrap="./tests/Doctrine/Tests/TestInit.php"
>
<php>
<ini name="error_reporting" value="-1" />
</php>
<testsuites>
<testsuite name="Doctrine Annotations Test Suite">
<directory>./tests/Doctrine/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./lib/Doctrine/</directory>
</whitelist>
</filter>
</phpunit>