TestDispatcher::fire PHP Method

fire() public method

Fire an event and call the listeners.
public fire ( string $event, mixed $payload = [], boolean $halt = false ) : array | null
$event string
$payload mixed
$halt boolean
return array | null
    public function fire($event, $payload = array(), $halt = false)
    {
        // TODO: Implement fire() method.
    }