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

Breadcrumb

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

function TestStatus::deprecation

6 calls to TestStatus::deprecation()
ProgressPrinter::testTriggeredDeprecation in vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php
ProgressPrinter::testTriggeredPhpDeprecation in vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php
ProgressPrinter::testTriggeredPhpunitDeprecation in vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php
TestResultCollector::testTriggeredDeprecation in vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollector.php
TestResultCollector::testTriggeredPhpDeprecation in vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/TestResultCollector.php

... See full list

File

vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php, line 64

Class

TestStatus
@psalm-immutable

Namespace

PHPUnit\Framework\TestStatus

Code

public static function deprecation(string $message = '') : self {
    return new Deprecation($message);
}

API Navigation

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