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