InheritedTestCase.php in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/InheritedTestCase.phpView source
<?php
class InheritedTestCase extends OneTestCase {
public function test2() {
}
}
Classes
Name | Description |
---|---|
InheritedTestCase |