function TestSkippedSubscriber::notify
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestSkippedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php \PHPUnit\Logging\JUnit\TestSkippedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php \PHPUnit\Logging\TeamCity\TestSkippedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestSkippedSubscriber.php \PHPUnit\Logging\TestDox\TestSkippedSubscriber::notify()
- 11.1.x vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php \PHPUnit\Runner\ResultCache\TestSkippedSubscriber::notify()
Overrides SkippedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ TestResult/ Subscriber/ TestSkippedSubscriber.php, line 22
Class
- TestSkippedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TestRunner\TestResultCode
public function notify(Skipped $event) : void {
$this->collector()
->testSkipped($event);
}