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