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