function TestStatus::incomplete
4 calls to TestStatus::incomplete()
- ProgressPrinter::testMarkedIncomplete in vendor/
phpunit/ phpunit/ src/ TextUI/ Output/ Default/ ProgressPrinter/ ProgressPrinter.php - ResultCacheHandler::testMarkedIncomplete in vendor/
phpunit/ phpunit/ src/ Runner/ ResultCache/ ResultCacheHandler.php - TestCase::runBare in vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php - @internal This method is not covered by the backward compatibility promise for PHPUnit
- TestResultCollector::testMarkedIncomplete in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ TestResult/ TestResultCollector.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ TestStatus/ TestStatus.php, line 54
Class
- TestStatus
- @psalm-immutable
Namespace
PHPUnit\Framework\TestStatusCode
public static function incomplete(string $message = '') : self {
return new Incomplete($message);
}