Sokil\Mongo\QueueTest::testDequeueFromNotExistedCollection PHP Method

testDequeueFromNotExistedCollection() public method

    public function testDequeueFromNotExistedCollection()
    {
        $queue = $this->database->getQueue('some_strange_unexisted_channel');
        $this->assertNull($queue->dequeue());
    }