Kraken\_Unit\Supervision\SupervisorTest::testApiDestructor_DoesNotThrowException PHP Method

testApiDestructor_DoesNotThrowException() public method

    public function testApiDestructor_DoesNotThrowException()
    {
        $super = $this->createSupervisor();
        unset($super);
    }