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
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ TestStatus/ TestStatus.php, line 64
Class
- TestStatus
- @psalm-immutable
Namespace
PHPUnit\Framework\TestStatusCode
public static function deprecation(string $message = '') : self {
return new Deprecation($message);
}