class PhpTestCaseProxy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Extensions/PhptTestCaseTest.php \PhpTestCaseProxy
Hierarchy
- class \PHPUnit_Extensions_PhptTestCase implements PHPUnit_Framework_SelfDescribing, PHPUnit_Framework_Test
- class \PhpTestCaseProxy
Expanded class hierarchy of PhpTestCaseProxy
File
- vendor/
phpunit/ phpunit/ tests/ Extensions/ PhptTestCaseTest.php, line 31
View source
class PhpTestCaseProxy extends PHPUnit_Extensions_PhptTestCase {
public function parseIniSection($content) {
return parent::parseIniSection($content);
}
}