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

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

    public function testApiResolveHandler_ResolvesHandler_WhenHandlerDoesExistInsideFactory()
    {
        $super = $this->createSupervisor();
        $result = $this->callProtectedMethod($super, 'resolveHandler', ['TestHandler']);
        $this->assertInstanceOf(SolverInterface::class, $result);
    }