diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-26 11:14:17 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-27 17:47:19 +0100 |
commit | dfde04291eae31765b2cb858e1d1260b60d75329 (patch) | |
tree | 2c5e4d74aa1467a8d3b8c169350a5ce5ff66379d /tests | |
parent | a2457b5fb9f1ef9fda82afc4cf7dc712d14488c9 (diff) | |
download | nextcloud-server-dfde04291eae31765b2cb858e1d1260b60d75329.tar.gz nextcloud-server-dfde04291eae31765b2cb858e1d1260b60d75329.zip |
Move share interfaces to own files so they can be autoloaded
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/share/backend.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/share/backend.php b/tests/lib/share/backend.php index 61b8f262a42..07958266947 100644 --- a/tests/lib/share/backend.php +++ b/tests/lib/share/backend.php @@ -19,8 +19,6 @@ * 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; |