Kraken\_Unit\Runtime\RuntimeModelTest::testApiDestructor_DoesNotThrowException PHP Метод

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

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