次の構成を試しました。
<?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>
ただし、カバレッジ レポートからその動作を除外するわけではありません。これらのディレクトリまたはファイルをカバレッジ レポートから除外するにはどうすればよいですか?