EVOLUTION-MANAGER
Edit File: AbstractTest.php
<?php abstract class AbstractTest extends PHPUnit_Framework_TestCase { public function testOne() { } }