Extending PHPUnit with its New Event System
PHPUnit’s new event system has been a long time coming. As one of the contributors to PHPUnit’s event system, I will show how to extend PHPUnit using the new event system. One possibility could be to show how to detect tests taking up exceptionally more resources (time and memory).