Functional\Tests\PartitionTest::testExceptionIsThrownInHashIterator PHP Метод

testExceptionIsThrownInHashIterator() публичный Метод

    public function testExceptionIsThrownInHashIterator()
    {
        $this->setExpectedException('DomainException', 'Callback exception');
        partition($this->hashIterator, [$this, 'exception']);
    }