Functional\Tests\EachTest::testExceptionIsThrownInCollection PHP Method

testExceptionIsThrownInCollection() public method

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