eZ\Publish\Core\FieldType\Tests\RichText\RichTextStorageTest::getPartlyMockedStorage PHP Method

getPartlyMockedStorage() protected method

protected getPartlyMockedStorage ( array $methods ) : RichTextStorage | PHPUnit_Framework_MockObject_MockObject
$methods array
return eZ\Publish\Core\FieldType\RichText\RichTextStorage | PHPUnit_Framework_MockObject_MockObject
    protected function getPartlyMockedStorage(array $methods)
    {
        return $this->getMock('eZ\\Publish\\Core\\FieldType\\RichText\\RichTextStorage', $methods, array(array(), $this->getLoggerMock()));
    }