Functional\Tests\SelectTest::testExceptionIsThrownInHashIterator PHP 메소드

testExceptionIsThrownInHashIterator() 공개 메소드

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