1 | <?php |
||
11 | class AMQPMessageTest extends BaseTestCase |
||
12 | { |
||
13 | /** |
||
14 | * Test the $id attribute's accessors |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function testId() |
||
26 | |||
27 | /** |
||
28 | * Test the $index attribute's accessors |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function testIndex() |
||
40 | |||
41 | /** |
||
42 | * Test the $type attribute's accessors |
||
43 | * |
||
44 | * @return void |
||
45 | */ |
||
46 | public function testType() |
||
54 | |||
55 | /** |
||
56 | * Test the $data attribute's accessors |
||
57 | * |
||
58 | * @return void |
||
59 | */ |
||
60 | public function testData() |
||
68 | } |
||
69 |