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

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

    public function testApiDestructor_DoesNotThrowException()
    {
        $manager = $this->createRuntimeManager();
        unset($manager);
    }
RuntimeManagerTest