public function testGenerateForUuid() { $result = $this->strategy->generateForUuid('test', '123-123-123', 'default', 'de'); $this->assertEquals('/parent/test', $result); }
public function __construct(RlpMapperInterface $mapper, PathCleanupInterface $cleaner, StructureManagerInterface $structureManager, ContentTypeManagerInterface $contentTypeManager, SuluNodeHelper $nodeHelper) { parent::__construct('whole-tree', $mapper, $cleaner, $structureManager, $contentTypeManager, $nodeHelper); }