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;