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

Breadcrumb

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

function ResponseHeaderSame::toString

Overrides SelfDescribing::toString

1 call to ResponseHeaderSame::toString()
ResponseHeaderSame::failureDescription in vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php

File

vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php, line 25

Class

ResponseHeaderSame

Namespace

Symfony\Component\HttpFoundation\Test\Constraint

Code

public function toString() : string {
    return \sprintf('has header "%s" with value "%s"', $this->headerName, $this->expectedValue);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal