PHP Class spec\Fenos\Notifynder\Handler\DispatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: fenos/notifynder

Méthodes publiques

Méthode 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 méthode

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 méthode

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 méthode

public it_is_initializable ( )

let() public méthode

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