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

Breadcrumb

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

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.

... See full list

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\Framework

Code

public function toString() : string;
RSS feed
Powered by Drupal