Skip to content
Snippets Groups Projects
Commit 6f210dab authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[Misc] Add support for the template script service in the Page test framework

parent ea6f9887
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@
import org.xwiki.script.internal.service.ServicesScriptContextInitializer;
import org.xwiki.sheet.internal.DefaultSheetManager;
import org.xwiki.sheet.internal.SheetDocumentDisplayer;
import org.xwiki.template.script.TemplateScriptService;
import org.xwiki.test.annotation.ComponentList;
import org.xwiki.velocity.internal.DefaultVelocityContextFactory;
import org.xwiki.velocity.internal.InternalVelocityEngine;
......@@ -305,6 +306,7 @@
// Template Manager
DefaultTemplateManager.class,
InternalTemplateManager.class,
TemplateScriptService.class,
TemplateContext.class,
VelocityTemplateEvaluator.class,
TemplateAsyncRenderer.class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment