Phive\Queue\Tests\Queue\InMemoryQueueTest::createQueue PHP 메소드

createQueue() 공개 메소드

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