Skip to content

Commit

Permalink
refs #4224 - ignore SecurityInfo plugin in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 21, 2014
1 parent 6709703 commit 4bf8ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PHPUnit/phpunit.xml.dist
Expand Up @@ -54,6 +54,7 @@
<exclude>
<directory suffix=".php">../../core/Updates</directory>
<directory suffix=".php">../../plugins/Example*</directory>
<directory suffix=".php">../../plugins/SecurityInfo*</directory>
<directory suffix=".php">../../plugins/*/Updates</directory>
<directory suffix=".php">../../plugins/*/libs</directory>
<directory suffix=".php">../../plugins/*/tests</directory>
Expand Down

0 comments on commit 4bf8ddc

Please sign in to comment.