make sure the share backend test case can find the correct interface
This commit is contained in:
parent
aa13a58513
commit
7b64ab9294
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue