public function Framework_TestImplementorTest::__construct

Constructs a test case with the given name.

Parameters

string $name:

array $data:

string $dataName:

Overrides PHPUnit_Framework_TestCase::__construct

File

drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestImplementorTest.php, line 62

Class

Framework_TestImplementorTest
@package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …

Code

public function __construct() {
  $this->test = new DoubleTestCase(new Success());
}