Functional\Tests\EachTest::testExceptionIsThrownInArray PHP Method

testExceptionIsThrownInArray() public method

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