1 | <?php |
||
8 | abstract class AdapterTestCase extends NotificationTestCase |
||
9 | { |
||
10 | protected $notification; |
||
11 | protected $adapter; |
||
12 | |||
13 | public function setUp() |
||
21 | |||
22 | protected function setTwig() |
||
27 | |||
28 | protected function setTwigTemplatesDirectory() |
||
33 | |||
34 | protected function assertMessageDataStructure(MessageInterface $message) |
||
42 | |||
43 | protected function assertBasicMessageData(MessageInterface $message) |
||
49 | } |