Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-11-28 11:40:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2014-11-28 11:40:27 +0300
commit7a9af8c40c4ff2c2005a304a6474e9f328a3be5c (patch)
tree6c5e0c5410f55b7ec1822f689c10341987645d9c /tests
parent99d0e7e92dc1fbf3b5d6b0b635b4cc15fb14448a (diff)
parent7bbc27708a38cdb56b842bea897c5654054d9e72 (diff)
Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadable
Issue/6101 Make all interfaces/classes autoloadable
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/share/backend.php2
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;