TestDispatcher::forget PHP Méthode

forget() public méthode

Remove a set of listeners from the dispatcher.
public forget ( string $event ) : void
$event string
Résultat void
    public function forget($event)
    {
        // TODO: Implement forget() method.
    }