| 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 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.