Blame | Last modification | View Log | Download
<?php class InheritedTestCase extends OneTestCase { public function test2() { } }
<?php
class InheritedTestCase extends OneTestCase
{
public function test2()
}