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

testExceptionIsThrownInArray() public méthode

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