nextcloud/apps/federatedfilesharing/tests
Christoph Wurst 2317d7bb49
Fix sinon.stub deprecation warnings
Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore
replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by
the deprecation warning.

This makes the js unit testing output readable again.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-24 10:39:37 +02:00
..
Controller Do proper DI 2017-04-11 15:04:01 +02:00
Settings allow to disable upload to lookup server, by default it is enabled 2017-04-07 16:30:07 +02:00
js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
AddressHandlerTest.php remove test for removed code 2017-02-08 15:17:02 +01:00
FederatedShareProviderTest.php Adjust docs and make !$currentAccess simpler 2017-04-13 12:58:52 +02:00
NotificationsTest.php remove discovery manager in favour of the OCSDiscoveryService 2017-04-11 15:04:01 +02:00
TestCase.php Remove legacy class OC_Group and OC_User 2017-03-09 17:35:09 -06:00
TokenHandlerTest.php Fix deprecated usages of getMock in federatedfilesharing 2016-08-31 14:06:51 +02:00