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

Breadcrumb

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

function Callback::toString

Returns a string representation of the constraint.

Overrides SelfDescribing::toString

File

vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php, line 38

Class

Callback
@psalm-template CallbackInput of mixed

Namespace

PHPUnit\Framework\Constraint

Code

public function toString() : string {
    return 'is accepted by specified callback';
}
RSS feed
Powered by Drupal