function SelfDescribing::toString
Returns a string representation of the object.
1 call to SelfDescribing::toString()
- Constraint::failureDescription in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Constraint.php - Returns the description of the failure.
84 methods override SelfDescribing::toString()
- AnyInvokedCount::toString in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ AnyInvokedCount.php - Returns a string representation of the object.
- ArrayHasKey::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Traversable/ ArrayHasKey.php - Returns a string representation of the constraint.
- AssertionFailedError::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Exception/ AssertionFailedError.php - Wrapper for getMessage() which is declared as final.
- BinaryOperator::toString in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Operator/ BinaryOperator.php - Returns a string representation of the constraint.
- BrowserCookieValueSame::toString in vendor/
symfony/ browser-kit/ Test/ Constraint/ BrowserCookieValueSame.php - Returns a string representation of the object.
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ SelfDescribing.php, line 22
Class
- SelfDescribing
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\FrameworkCode
public function toString() : string;