Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / Inheritance / InheritanceB.php
1 <?php
2
3 class InheritanceB extends PHPUnit_Framework_TestCase
4 {
5     public function testSomething()
6     {
7     }
8 }