Functional\Tests\TailTest::testExceptionIsThrownInCollection PHP Méthode

testExceptionIsThrownInCollection() public méthode

    public function testExceptionIsThrownInCollection()
    {
        $this->setExpectedException('DomainException', 'Callback exception');
        tail($this->listIterator, [$this, 'exception']);
    }