Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Inheritance
/
InheritanceA.php
<?php
require_once
__DIR__
.
'/InheritanceB.php'
;
class
InheritanceA
extends
InheritanceB
{
}