InheritanceB.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceB.phpView source
<?php
class InheritanceB extends PHPUnit_Framework_TestCase {
public function testSomething() {
}
}
Classes
Name | Description |
---|---|
InheritanceB |