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

Breadcrumb

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

interface TestProxyCreatedSubscriber

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

Hierarchy

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

Expanded class hierarchy of TestProxyCreatedSubscriber

All classes that implement TestProxyCreatedSubscriber

File

vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php, line 17

Namespace

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

}

Members

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