| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 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() |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Verify basic behavior of getQueue(). |
||
| 26 | * |
||
| 27 | * @test |
||
| 28 | * @covers \TraderInteractive\Mongo\QueueAwareTrait |
||
| 29 | * |
||
| 30 | * @return void |
||
| 31 | */ |
||
| 32 | public function getQueue() |
||
| 40 |