Functional\Tests\MapTest::testExceptionIsThrownInIterator PHP Method

testExceptionIsThrownInIterator() public method

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