TestDispatcher::forget PHP Method

forget() public method

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