Functional\Tests\ReindexTest::testExceptionIsThrownInArray PHP Метод

testExceptionIsThrownInArray() публичный Метод

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