make sure the share backend test case can find the correct interface

This commit is contained in:
Robin Appelman 2012-10-10 11:40:40 +02:00
parent aa13a58513
commit 7b64ab9294
1 changed files with 2 additions and 0 deletions

View File

@ -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;