Functional\Tests\SelectTest::testExceptionIsThrownInHashIterator PHP Method

testExceptionIsThrownInHashIterator() public method

public testExceptionIsThrownInHashIterator ( $functionName )
    public function testExceptionIsThrownInHashIterator($functionName)
    {
        $this->setExpectedException('DomainException', 'Callback exception');
        $functionName($this->hashIterator, [$this, 'exception']);
    }