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