eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\ContentUpdaterTest::getContentStorageHandlerMock PHP Метод

getContentStorageHandlerMock() защищенный Метод

Returns a Content StorageHandler mock.
protected getContentStorageHandlerMock ( ) : StorageHandler
Результат eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
    protected function getContentStorageHandlerMock()
    {
        if (!isset($this->contentStorageHandlerMock)) {
            $this->contentStorageHandlerMock = $this->getMock('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\StorageHandler', array(), array(), '', false);
        }
        return $this->contentStorageHandlerMock;
    }