Functional\Tests\SortTest::testExceptionIsThrownInIterator PHP Méthode

testExceptionIsThrownInIterator() public méthode

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