Using PHP's Reflection API To Test Private Methods
– naxon.dev - submitted by Daniel Naxon
From time to time I find myself in need of invoking private / protected methods, especially when writing unit tests, So I wrote a little helper to handle those situations.
Read more [naxon.dev]