class TestTriggeredPhpunitDeprecationSubscriber
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpunitDeprecationSubscriber
- 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php \PHPUnit\TestRunner\TestResult\TestTriggeredPhpunitDeprecationSubscriber
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Logging\TestDox\Subscriber
- class \PHPUnit\Logging\TestDox\TestTriggeredPhpunitDeprecationSubscriber extends \PHPUnit\Logging\TestDox\Subscriber implements \PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber
Expanded class hierarchy of TestTriggeredPhpunitDeprecationSubscriber
File
-
vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ TestResult/ Subscriber/ TestTriggeredPhpunitDeprecationSubscriber.php, line 20
Namespace
PHPUnit\Logging\TestDoxView source
final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber {
public function notify(PhpunitDeprecationTriggered $event) : void {
$this->collector()
->testTriggeredPhpunitDeprecation($event);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
Subscriber::$collector | private | property | ||
Subscriber::collector | protected | function | ||
Subscriber::__construct | public | function | ||
TestTriggeredPhpunitDeprecationSubscriber::notify | public | function | Overrides PhpunitDeprecationTriggeredSubscriber::notify |