private property PHPUnit_Framework_TestCase::$name

The name of the test case.

Type: string

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 208

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

private $name = NULL;