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/TestResult/Subscriber/TestSkippedSubscriber.php \PHPUnit\TestRunner\TestResult\TestSkippedSubscriber::notify()
Throws
\PHPUnit\Framework\InvalidArgumentException
Overrides SkippedSubscriber::notify
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ ResultCache/ Subscriber/ TestSkippedSubscriber.php, line 27
Class
- TestSkippedSubscriber
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Runner\ResultCacheCode
public function notify(Skipped $event) : void {
$this->handler()
->testSkipped($event);
}