function TestResult::numberOfPhpunitDeprecations
1 call to TestResult::numberOfPhpunitDeprecations()
- TestResult::hasPhpunitDeprecations in vendor/
phpunit/ phpunit/ src/ Runner/ TestResult/ TestResult.php
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ TestResult/ TestResult.php, line 511
Class
- TestResult
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TestRunner\TestResultCode
public function numberOfPhpunitDeprecations() : int {
return count($this->testTriggeredPhpunitDeprecationEvents) + count($this->testRunnerTriggeredDeprecationEvents);
}