public function PHPUnit_Framework_IncompleteTestCase::toString in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php \PHPUnit_Framework_IncompleteTestCase::toString()
Returns a string representation of the test case.
Return value
string
Overrides PHPUnit_Framework_TestCase::toString
File
- vendor/
phpunit/ phpunit/ src/ Framework/ IncompleteTestCase.php, line 80
Class
- PHPUnit_Framework_IncompleteTestCase
- An incomplete test case
Code
public function toString() {
return $this
->getName();
}