TestDispatcher::flush PHP Method

flush() public method

Flush a set of pushed events.
public flush ( string $event ) : void
$event string
return void
    public function flush($event)
    {
        // TODO: Implement flush() method.
    }