| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | public function testArgumentsInterpretForPassedInAMQPTable() |
||
| 22 | { |
||
| 23 | $inputAmqpTable = new AMQPTable(['x-queue-type' => 'quorum']); |
||
| 24 | $interpretedArguments = EntityArgumentsInterpreter::interpretArguments($inputAmqpTable); |
||
| 25 | |||
| 26 | $this->assertEquals($interpretedArguments, $inputAmqpTable); |
||
| 27 | } |
||
| 29 |