You are here

class PhpTestCaseProxy in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Extensions/PhptTestCaseTest.php \PhpTestCaseProxy

Hierarchy

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);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
PhpTestCaseProxy::parseIniSection public function Parse --INI-- section key value pairs and return as array. Overrides PHPUnit_Extensions_PhptTestCase::parseIniSection
PHPUnit_Extensions_PhptTestCase::$filename private property
PHPUnit_Extensions_PhptTestCase::$settings private property
PHPUnit_Extensions_PhptTestCase::count public function Counts the number of test cases executed by run(TestResult result).
PHPUnit_Extensions_PhptTestCase::getName public function Returns the name of the test case.
PHPUnit_Extensions_PhptTestCase::parse private function
PHPUnit_Extensions_PhptTestCase::render private function
PHPUnit_Extensions_PhptTestCase::run public function Runs a test and collects its result in a TestResult instance. Overrides PHPUnit_Framework_Test::run
PHPUnit_Extensions_PhptTestCase::toString public function Returns a string representation of the test case. Overrides PHPUnit_Framework_SelfDescribing::toString
PHPUnit_Extensions_PhptTestCase::__construct public function Constructs a test case with the given filename.