Kraken\_Unit\Loop\SelectLoopTest::testApiDestructor_DoesNotThrowException PHP Method

testApiDestructor_DoesNotThrowException() public method

    public function testApiDestructor_DoesNotThrowException()
    {
        $loop = $this->createLoop();
        unset($loop);
    }