public function PHPUnit_Framework_SelfDescribing::toString in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/SelfDescribing.php \PHPUnit_Framework_SelfDescribing::toString()
Returns a string representation of the object.
Return value
string
1 call to PHPUnit_Framework_SelfDescribing::toString()
- PHPUnit_Framework_Constraint::failureDescription in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint.php - Returns the description of the failure
57 methods override PHPUnit_Framework_SelfDescribing::toString()
- PHPUnit_Extensions_PhptTestCase::toString in vendor/
phpunit/ phpunit/ src/ Extensions/ PhptTestCase.php - Returns a string representation of the test case.
- PHPUnit_Extensions_TestDecorator::toString in vendor/
phpunit/ phpunit/ src/ Extensions/ TestDecorator.php - Returns a string representation of the test.
- PHPUnit_Framework_AssertionFailedError::toString in vendor/
phpunit/ phpunit/ src/ Framework/ AssertionFailedError.php - Wrapper for getMessage() which is declared as final.
- PHPUnit_Framework_Constraint_And::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ And.php - Returns a string representation of the constraint.
- PHPUnit_Framework_Constraint_ArrayHasKey::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ ArrayHasKey.php - Returns a string representation of the constraint.
File
- vendor/
phpunit/ phpunit/ src/ Framework/ SelfDescribing.php, line 23
Class
- PHPUnit_Framework_SelfDescribing
- Interface for classes that can return a description of itself.
Code
public function toString();