Functional\Tests\LastTest::testExceptionIsThrownInArray PHP Method

testExceptionIsThrownInArray() public method

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