public function DoubleTestCase::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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;
}