| 1 | <?php |
||
| 10 | class SendOneSpec extends ObjectBehavior |
||
| 11 | { |
||
| 12 | public function let() |
||
| 17 | |||
| 18 | public function it_is_initializable() |
||
| 22 | |||
| 23 | /** @test */ |
||
| 24 | public function it_send_a_single_notification_having_the_category_(StoreNotification $storeNotification) |
||
| 37 | |||
| 38 | /** @test */ |
||
| 39 | public function it_try_to_send_a_notification_without_category_id(StoreNotification $storeNotification) |
||
| 45 | } |
||
| 46 |