e189b7d2a27b9c596c8db097b0f51b88eb1a0852
[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 }