Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceB.php
<?php

class InheritanceB extends PHPUnit_Framework_TestCase
{
    public function testSomething()
    {
    }
}