The most unknown parts of PHPUnit

The most unknown parts of PHPUnit

Speaker: Bastian Feder

A lot of people using PHPunit for testing their source code. While I was >>> observing my team I recognized
most of them are only using the standard >>> assertions like 'assertEquals()' or 'assertTrue()' and are
complaining >>> about how hard it is to test the code even when the tests are written >>> first.
This talk is about all the stuff not used on a daily basis. It >>> shows you some nice features of PHPUnit
and how to use the for your benefit.