Functional\Tests\EachTest::testHashIterator PHP Method

testHashIterator() public method

public testHashIterator ( )
    public function testHashIterator()
    {
        $this->prepareCallback($this->hashIterator);
        $this->assertNull(each($this->hashIterator, [$this->cb, 'call']));
    }