Kraken\_Unit\Supervision\SupervisorTest::testApiResolveHandler_ResolvesHandler_WhenHandlerDoesExistInsideFactory PHP Method

testApiResolveHandler_ResolvesHandler_WhenHandlerDoesExistInsideFactory() public method

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