1<?php
2class InheritedTestCase extends OneTestCase
3{
4    public function test2()
5    {
6    }
7}
8