Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SelfDescribing.php

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

... See full list

File

vendor/phpunit/phpunit/src/Framework/SelfDescribing.php, line 17

Namespace

PHPUnit\Framework
View 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
RSS feed
Powered by Drupal