Skip to content

Commit

Permalink
Added: _fixtures dirs should be ignored by code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickallaert committed Apr 16, 2012
1 parent d7faaff commit c3fd305
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests</directory>
<directory suffix=".php">eZ/Publish/Core/Io/Tests</directory>
<directory suffix=".php">eZ/Publish/API/Repository/Examples/</directory>
<directory suffix=".php">eZ/Publish/API/Repository/Tests/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Repository/Tests/Service/Legacy/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/Content/Type/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/Content/Type/Gateway/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/Content/SearchHandler/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/Content/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/Content/Location/Gateway/_fixtures</directory>
<directory suffix=".php">eZ/Publish/Core/Persistence/Legacy/Tests/_fixtures</directory>
<directory suffix=".php">doc</directory>
</exclude>
</whitelist>
Expand Down

0 comments on commit c3fd305

Please sign in to comment.