Skip to content

Commit

Permalink
Enabling unittest whitelist by default. Otherwise, code coverage numb…
Browse files Browse the repository at this point in the history
…ers are way off.
  • Loading branch information
kiall committed Dec 9, 2010
1 parent 8ddb4a8 commit 1d3af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/unittest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// If you don't use a whitelist then only files included during the request will be counted
// If you do, then only whitelisted items will be counted
'use_whitelist' => FALSE,
'use_whitelist' => TRUE,

// Items to whitelist, only used in cli
// Web runner ui allows user to choose which items to whitelist
Expand Down

0 comments on commit 1d3af85

Please sign in to comment.