Kraken\_Unit\Runtime\RuntimeModelTest::testApiDestructor_DoesNotThrowException PHP Method

testApiDestructor_DoesNotThrowException() public method

    public function testApiDestructor_DoesNotThrowException()
    {
        $runtime = $this->createModel();
        unset($runtime);
    }
RuntimeModelTest