Functional\Tests\RejectTest::testExceptionIsThrownInHash PHP Méthode

testExceptionIsThrownInHash() public méthode

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