Functional\Tests\SomeTest::testExceptionThrownInArray PHP Method

testExceptionThrownInArray() public method

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