interface GarbageCollectionEnabledSubscriber
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Subscriber
- interface \PHPUnit\Event\TestRunner\GarbageCollectionEnabledSubscriber extends \PHPUnit\Event\Subscriber
Expanded class hierarchy of GarbageCollectionEnabledSubscriber
All classes that implement GarbageCollectionEnabledSubscriber
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Events/ TestRunner/ GarbageCollectionEnabledSubscriber.php, line 17
Namespace
PHPUnit\Event\TestRunnerView source
interface GarbageCollectionEnabledSubscriber extends Subscriber {
public function notify(GarbageCollectionEnabled $event) : void;
}