1<?php
2
3class InheritanceB extends PHPUnit_Framework_TestCase
4{
5    public function testSomething()
6    {
7    }
8}
9