Browse Source

Exclude ctp files from coverage.

I don't think there is much value in including templates in our
coverage. There are so few templates and most of them are simple text
stubs.
Mark Story 10 years ago
parent
commit
7c1b694bd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpunit.xml.dist

+ 0 - 1
phpunit.xml.dist

@@ -36,7 +36,6 @@
     <filter>
         <whitelist>
             <directory suffix=".php">./src/</directory>
-            <directory suffix=".ctp">./src/</directory>
         </whitelist>
     </filter>