class ExecutionStartedSubscriber
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php \PHPUnit\TestRunner\TestResult\ExecutionStartedSubscriber
@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\Runner\GarbageCollection\Subscriber
- class \PHPUnit\Runner\GarbageCollection\ExecutionStartedSubscriber extends \PHPUnit\Runner\GarbageCollection\Subscriber implements \PHPUnit\Event\TestRunner\ExecutionStartedSubscriber
Expanded class hierarchy of ExecutionStartedSubscriber
File
-
vendor/
phpunit/ phpunit/ src/ Runner/ GarbageCollection/ Subscriber/ ExecutionStartedSubscriber.php, line 21
Namespace
PHPUnit\Runner\GarbageCollectionView source
final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber {
/**
* @throws \PHPUnit\Framework\InvalidArgumentException
* @throws InvalidArgumentException
*/
public function notify(ExecutionStarted $event) : void {
$this->handler()
->executionStarted();
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
ExecutionStartedSubscriber::notify | public | function | Overrides ExecutionStartedSubscriber::notify | |
Subscriber::$handler | private | property | ||
Subscriber::handler | protected | function | ||
Subscriber::__construct | public | function |