Functional\Tests\PartitionTest::testExceptionIsThrownInHash PHP Method

testExceptionIsThrownInHash() public method

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