Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mike Lively's Blog:
Improved PHPUnit Filters
Feb 03, 2009 @ 15:32:26

In a recent post to his blog Mike Lively looks at some improvements that he's worked up for the popular PHP unit testing software - PHPUnit - in regards to its filters.

I have finally gotten some time to do some long awaited work on PHPUnit. The first on my agenda was a small improvement to filtering. This was related to ticket #526. Essentially I added the ability to do both white list and black list filtering.

Besides the Include methods you can add to the data set's filtering, you can also add in Exclude filters to remove the data you don't want in the set. They can also be combined to customize your data set to your heart's content.

tagged: input filter phpunit include exclude whitelist blacklist

Link:


Trending Topics: