Functional\Tests\FirstTest::testExceptionIsThrownInArray PHP Method

testExceptionIsThrownInArray() public method

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