Blame | Last modification | View Log | Download
<?php class OverrideTestCase extends OneTestCase { public function testCase($arg = '') { } }
<?php
class OverrideTestCase extends OneTestCase
{
public function testCase($arg = '')
}