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

testExceptionIsThrownInArray() public méthode

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