eZ\Publish\Core\FieldType\Tests\Page\BlockTest::getBlock PHP Method

getBlock() private method

private getBlock ( array $properties = [] ) : Block
$properties array
return eZ\Publish\Core\FieldType\Page\Parts\Block
    private function getBlock(array $properties = array())
    {
        return new Block($properties);
    }