| 1 | <?php |
||
| 5 | class MessageAlertTest extends \PHPUnit_Framework_TestCase |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @dataProvider dataSettersAndGetters |
||
| 9 | */ |
||
| 10 | public function testSettersAndGetters($method, $jsonKey) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @return array |
||
| 21 | */ |
||
| 22 | public function dataSettersAndGetters() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param MessageAlert $msg |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | private function serialized(MessageAlert $msg) |
||
| 44 | } |