function TestStatus::success
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php \SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus::success()
2 calls to TestStatus::success()
- TestCase::runBare in vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php - @internal This method is not covered by the backward compatibility promise for PHPUnit
- TestResultCollector::testPassed in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ TestResult/ TestResultCollector.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ TestStatus/ TestStatus.php, line 44
Class
- TestStatus
- @psalm-immutable
Namespace
PHPUnit\Framework\TestStatusCode
public static function success() : self {
return new Success();
}