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

Breadcrumb

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

interface AfterLastTestMethodCalledSubscriber

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

Hierarchy

  • interface \PHPUnit\Event\Subscriber
    • interface \PHPUnit\Event\Test\AfterLastTestMethodCalledSubscriber extends \PHPUnit\Event\Subscriber

Expanded class hierarchy of AfterLastTestMethodCalledSubscriber

All classes that implement AfterLastTestMethodCalledSubscriber

File

vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php, line 17

Namespace

PHPUnit\Event\Test
View source
interface AfterLastTestMethodCalledSubscriber extends Subscriber {
    public function notify(AfterLastTestMethodCalled $event) : void;

}

Members

Title Sort descending Modifiers Object type Summary
AfterLastTestMethodCalledSubscriber::notify public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal