From 7b64ab929488c1c89220104a3e167dbb8aabb2b3 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 10 Oct 2012 11:40:40 +0200 Subject: [PATCH] make sure the share backend test case can find the correct interface --- tests/lib/share/backend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/share/backend.php b/tests/lib/share/backend.php index 4ee59963d5..2f6c84678f 100644 --- a/tests/lib/share/backend.php +++ b/tests/lib/share/backend.php @@ -19,6 +19,8 @@ * License along with this library. If not, see . */ +OC::$CLASSPATH['OCP\Share_Backend']='lib/public/share.php'; + class Test_Share_Backend implements OCP\Share_Backend { const FORMAT_SOURCE = 0;