DEBSOURCES
Skip Quicknav
sources / phpunit / 5.4.6-2~deb9u1 / tests / _files / Inheritance / InheritanceB.php
12345678
<?php class InheritanceB extends PHPUnit_Framework_TestCase { public function testSomething() { } }