1<?php
2class OverrideTestCase extends OneTestCase
3{
4    public function testCase($arg = '')
5    {
6    }
7}
8