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

Breadcrumb

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

function TestDox::prettifiedMethodName

File

vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php, line 35

Class

TestDox
@psalm-immutable

Namespace

PHPUnit\Event\Code

Code

public function prettifiedMethodName(bool $colorize = false) : string {
    if ($colorize) {
        return $this->prettifiedAndColorizedMethodName;
    }
    return $this->prettifiedMethodName;
}

API Navigation

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