public function PHPUnit_Extensions_PhptTestCase::getName

Returns the name of the test case.

Return value

string

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/PhptTestCase.php, line 255

Class

PHPUnit_Extensions_PhptTestCase
Wrapper to run .phpt test cases.

Code

public function getName() {
  return $this
    ->toString();
}