Functional\Tests\SortTest::testExceptionIsThrownInIterator PHP Method

testExceptionIsThrownInIterator() public method

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