Phive\Queue\Tests\Queue\InMemoryQueueTest::createQueue PHP Method

createQueue() public method

public createQueue ( )
    public function createQueue()
    {
        return new InMemoryQueue();
    }
InMemoryQueueTest