我尝试了以下配置:
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<testsuites>
<testsuite name="My Test Suite">
<directory suffix=".php">Test/Case/Model</directory>
<exclude>Test/Case/Model/Behavior</exclude>
</testsuite>
</testsuites>
</phpunit>
但它不排除覆盖报告中的行为。如何从覆盖率报告中排除这些目录或文件?