PHP Class spec\Fenos\Notifynder\Handler\DispatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: fenos/notifynder

Public Methods

Method Description
it_fire_a_notifynder_event ( Illuminate\Contracts\Events\Dispatcher $dispatcher, NotifynderManager $notifynder )
it_fire_a_notifynder_event_having_nothing_to_send ( Illuminate\Contracts\Events\Dispatcher $dispatcher, NotifynderManager $notifynder )
it_is_initializable ( )
let ( Illuminate\Contracts\Events\Dispatcher $dispatcher )

Method Details

it_fire_a_notifynder_event() public method

public it_fire_a_notifynder_event ( Illuminate\Contracts\Events\Dispatcher $dispatcher, NotifynderManager $notifynder )
$dispatcher Illuminate\Contracts\Events\Dispatcher
$notifynder Fenos\Notifynder\NotifynderManager

it_fire_a_notifynder_event_having_nothing_to_send() public method

public it_fire_a_notifynder_event_having_nothing_to_send ( Illuminate\Contracts\Events\Dispatcher $dispatcher, NotifynderManager $notifynder )
$dispatcher Illuminate\Contracts\Events\Dispatcher
$notifynder Fenos\Notifynder\NotifynderManager

it_is_initializable() public method

public it_is_initializable ( )

let() public method

public let ( Illuminate\Contracts\Events\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Events\Dispatcher