diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-10 11:41:21 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-10 11:41:21 +0200 |
commit | f56aebbd3f7351a6a28531a890144a117f57130b (patch) | |
tree | 54883e6b071c1325b34084daec79ebeb8203e6b8 | |
parent | 13e7e82d19bd36ae59128e94a12b05e95cea1b48 (diff) | |
parent | 7b64ab929488c1c89220104a3e167dbb8aabb2b3 (diff) | |
download | nextcloud-server-f56aebbd3f7351a6a28531a890144a117f57130b.tar.gz nextcloud-server-f56aebbd3f7351a6a28531a890144a117f57130b.zip |
Merge branch 'master' into filesystem
-rw-r--r-- | tests/lib/share/backend.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/share/backend.php b/tests/lib/share/backend.php index 4ee59963d5d..2f6c84678ff 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 <http://www.gnu.org/licenses/>. */ +OC::$CLASSPATH['OCP\Share_Backend']='lib/public/share.php'; + class Test_Share_Backend implements OCP\Share_Backend { const FORMAT_SOURCE = 0; |