Functional\Tests\NoneTest::testExceptionIsThrownInArray PHP Method

testExceptionIsThrownInArray() public method

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