| 1 | <?php |
||
| 9 | class NotificationSubscriberTest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * The subscriber should subscribe to the notify event. |
||
| 13 | */ |
||
| 14 | public function testGetSubscribedEvents() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Notify method should add a notification into the subscriber. Clear method should reset the notification array. |
||
| 25 | */ |
||
| 26 | public function testNotify() |
||
| 40 | } |
||
| 41 |