Functional\Tests\NoneTest::testExceptionIsThrownInIterator PHP Method

testExceptionIsThrownInIterator() public method

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