You are here

public function PHPUnit_Extensions_PhptTestCase::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php \PHPUnit_Extensions_PhptTestCase::getName()

Returns the name of the test case.

Return value

string

File

vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php, line 163

Class

PHPUnit_Extensions_PhptTestCase
Runner for PHPT test cases.

Code

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