Phive\Queue\Tests\Queue\QueueExceptionTest::testQueueExceptionExtendsBaseException PHP Method

testQueueExceptionExtendsBaseException() public method

    public function testQueueExceptionExtendsBaseException()
    {
        $this->assertInstanceOf('Exception', new QueueException($this->queue));
    }