in reply to Re: How deep should unit tests go?
in thread How deep should unit tests go?

What I often do to test protected methods is to create a subclass that implementes a public wrapper around the protected method:

A great idea!

I'll just to that :)

--
if ( 1 ) { $postman->ring() for (1..2); }