Skip to content
Snippets Groups Projects
Commit 58785444 authored by tmortagne's avatar tmortagne
Browse files

XWIKI-9382: Provide test rule to initialize and manipulate olcore API

* fix test
parent 93a861d7
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,10 @@
import org.xwiki.extension.repository.InstalledExtensionRepository;
import org.xwiki.extension.test.MockitoRepositoryUtilsRule;
import org.xwiki.extension.xar.internal.repository.XarInstalledExtensionRepository;
import org.xwiki.test.annotation.AllComponents;
import org.xwiki.test.mockito.MockitoComponentManagerRule;
@AllComponents
public class XarInstalledExtensionRepositoryTest
{
protected MockitoComponentManagerRule mocker = new MockitoComponentManagerRule();
......
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