Functional\Tests\RejectTest::testExceptionIsThrownInHash PHP Method

testExceptionIsThrownInHash() public method

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