amzotall / webgrind

Automatically exported from code.google.com/p/webgrind
Other
0 stars 0 forks source link

Patch to hide PHPUnit calls from the result #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am attaching the patch against the 1.0 version, which allows to hide PHPUnit 
function calls in same way as native PHP functions can be hidden.

Original issue reported on code.google.com by from.google.com@brainbox.cz on 12 Jun 2010 at 11:03

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch. I think adding PHPUnit is too specific a functionality to 
include in the core of webgrind. 

With the recent addition of filtering, you can achieve the same result by 
filtering for "^((?!PHPUnit).)*$" - anything not containing PHPUnit.

Original comment by gugakf...@gmail.com on 28 Sep 2010 at 12:26