Kraken\_Unit\Supervision\SupervisorTest::testApiResolveHandler_ThrowsException_WhenHandlerDoesNotExistInsideFactory PHP Метод

testApiResolveHandler_ThrowsException_WhenHandlerDoesNotExistInsideFactory() публичный Метод

    public function testApiResolveHandler_ThrowsException_WhenHandlerDoesNotExistInsideFactory()
    {
        $super = $this->createSupervisor();
        $this->setExpectedException(IllegalCallException::class);
        $this->callProtectedMethod($super, 'resolveHandler', ['OtherHandler']);
    }