1 | <?php |
||
12 | class SenderFactorySpec extends ObjectBehavior |
||
13 | { |
||
14 | public function let(NotifynderGroup $notifynderGroup, NotifynderCategory $notifynderCategory) |
||
18 | |||
19 | public function it_is_initializable() |
||
23 | |||
24 | /** @test */ |
||
25 | public function it_get_a_dynamic_sender_checking_array_type_GET_SINGLE() |
||
34 | |||
35 | /** @test */ |
||
36 | public function it_get_a_dynamic_sender_checking_array_type_GET_MULTIPLE() |
||
47 | |||
48 | /** @test */ |
||
49 | public function it_get_the_send_group_sender() |
||
56 | } |
||
57 |