EVOLUTION-MANAGER
Edit File: Failure.php
<?php class Failure extends PHPUnit_Framework_TestCase { protected function runTest() { $this->fail(); } }