uranusmars / webgrind

Automatically exported from code.google.com/p/webgrind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patch to hide PHPUnit calls from the result

GoogleCodeExporter opened this issue · comments

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:

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

  • Changed state: WontFix