Kraken\_Unit\Environment\LoaderTest::testProtectedApiCreateInvoker_CreatesInvoker PHP Method

testProtectedApiCreateInvoker_CreatesInvoker() public method

    public function testProtectedApiCreateInvoker_CreatesInvoker()
    {
        $loader = $this->createLoader();
        $this->assertInstanceOf(Invoker::class, $this->callProtectedMethod($loader, 'createInvoker'));
    }