Kraken\_Unit\Container\Object\InvokableObjectTest::testApiDestructor_DoesNotThrowException PHP Method

testApiDestructor_DoesNotThrowException() public method

    public function testApiDestructor_DoesNotThrowException()
    {
        $object = $this->createInvokableObject(new Invokable());
        unset($object);
    }