Functional\Tests\SelectTest::testExceptionIsThrownInHash PHP Method

testExceptionIsThrownInHash() public method

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