Kraken\_Unit\Runtime\RuntimeModelTest::testApiDestructor_DoesNotThrowException PHP Méthode

testApiDestructor_DoesNotThrowException() public méthode

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