Current File : /home/j/v/z/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php
<?php

require_once(__DIR__ . '/InheritanceB.php');

class InheritanceA extends InheritanceB
{
}