summaryrefslogtreecommitdiff
path: root/test/support/mocks.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/mocks.ex')
-rw-r--r--test/support/mocks.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/support/mocks.ex b/test/support/mocks.ex
new file mode 100644
index 000000000..d790553cd
--- /dev/null
+++ b/test/support/mocks.ex
@@ -0,0 +1,5 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
+Mox.defmock(Pleroma.CachexMock, for: Pleroma.Caching)