InheritanceA.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.phpView source
<?php
require_once __DIR__ . '/InheritanceB.php';
class InheritanceA extends InheritanceB {
}
Classes
Name | Description |
---|---|
InheritanceA |