public function DoubleTestCase::__construct

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/DoubleTestCase.php, line 6

Class

DoubleTestCase

Code

public function __construct(PHPUnit_Framework_TestCase $testCase) {
  $this->testCase = $testCase;
}