Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / Inheritance / InheritanceA.php
1 <?php
2
3 require_once(__DIR__ . '/InheritanceB.php');
4
5 class InheritanceA extends InheritanceB
6 {
7 }