Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GarbageCollectionDisabledSubscriber.php

interface GarbageCollectionDisabledSubscriber

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Event\Subscriber
    • interface \PHPUnit\Event\TestRunner\GarbageCollectionDisabledSubscriber extends \PHPUnit\Event\Subscriber

Expanded class hierarchy of GarbageCollectionDisabledSubscriber

All classes that implement GarbageCollectionDisabledSubscriber

File

vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php, line 17

Namespace

PHPUnit\Event\TestRunner
View source
interface GarbageCollectionDisabledSubscriber extends Subscriber {
    public function notify(GarbageCollectionDisabled $event) : void;

}

Members

Title Sort descending Modifiers Object type Summary
GarbageCollectionDisabledSubscriber::notify public function
RSS feed
Powered by Drupal