diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-28 09:40:27 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-28 09:40:27 +0100 |
commit | 7a9af8c40c4ff2c2005a304a6474e9f328a3be5c (patch) | |
tree | 6c5e0c5410f55b7ec1822f689c10341987645d9c /tests/lib | |
parent | 99d0e7e92dc1fbf3b5d6b0b635b4cc15fb14448a (diff) | |
parent | 7bbc27708a38cdb56b842bea897c5654054d9e72 (diff) | |
download | nextcloud-server-7a9af8c40c4ff2c2005a304a6474e9f328a3be5c.tar.gz nextcloud-server-7a9af8c40c4ff2c2005a304a6474e9f328a3be5c.zip |
Merge pull request #12443 from owncloud/issue/6101-all-classes-autoloadable
Issue/6101 Make all interfaces/classes autoloadable
Diffstat (limited to 'tests/lib')
-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; |