You are here

InheritanceA.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php

File

vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php
View source
<?php

require_once __DIR__ . '/InheritanceB.php';
class InheritanceA extends InheritanceB {

}

Classes

Namesort descending Description
InheritanceA