interface Tracer
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Tracer\Tracer
Expanded class hierarchy of Tracer
All classes that implement Tracer
2 files declare their use of Tracer
- EventLogger.php in vendor/
phpunit/ phpunit/ src/ Logging/ EventLogger.php - Facade.php in vendor/
phpunit/ phpunit/ src/ Runner/ Extension/ Facade.php
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Tracer.php, line 17
Namespace
PHPUnit\Event\TracerView source
interface Tracer {
public function trace(Event $event) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Tracer::trace | public | function | 1 |