public function DoubleTestCase::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/DoubleTestCase.php \DoubleTestCase::__construct()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ DoubleTestCase.php, line 6
Class
Code
public function __construct(PHPUnit_Framework_TestCase $testCase) {
$this->testCase = $testCase;
}