Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / Inheritance / InheritanceA.php
diff --git a/vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php b/vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceA.php
new file mode 100644 (file)
index 0000000..e189b7d
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+require_once(__DIR__ . '/InheritanceB.php');
+
+class InheritanceA extends InheritanceB
+{
+}