Functional\Tests\SelectTest::testExceptionIsThrownInIterator PHP Method

testExceptionIsThrownInIterator() public method

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