1 | <?php |
||
6 | class QueueAwareTraitTest extends TestCase |
||
7 | { |
||
8 | /** |
||
9 | * Verify basic behavior of setQueue(). |
||
10 | * |
||
11 | * @test |
||
12 | * @covers \TraderInteractive\Mongo\QueueAwareTrait |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function setQueue() |
||
24 | |||
25 | /** |
||
26 | * Verify basic behavior of getQueue(). |
||
27 | * |
||
28 | * @test |
||
29 | * @covers \TraderInteractive\Mongo\QueueAwareTrait |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | public function getQueue() |
||
40 | } |
||
41 |