interface SelfDescribing
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Framework\SelfDescribing
Expanded class hierarchy of SelfDescribing
All classes that implement SelfDescribing
6 files declare their use of SelfDescribing
- Constraint.php in vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ Constraint.php - Invocation.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Invocation.php - InvocationOrder.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvocationOrder.php - NameFilterIterator.php in vendor/
phpunit/ phpunit/ src/ Runner/ Filter/ NameFilterIterator.php - PhptTestCase.php in vendor/
phpunit/ phpunit/ src/ Runner/ PhptTestCase.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ SelfDescribing.php, line 17
Namespace
PHPUnit\FrameworkView source
interface SelfDescribing {
/**
* Returns a string representation of the object.
*/
public function toString() : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
SelfDescribing::toString | public | function | Returns a string representation of the object. | 84 |