nextcloud-server/core/js/tests/specs
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
..
files
systemtags
appsSpec.js
coreSpec.js Merge pull request #3635 from individual-it/fix_quota_validation 2017-02-28 00:27:51 -06:00
jquery.avatarSpec.js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
l10nSpec.js Harden t() with DOMPurify 2017-03-16 14:17:42 +01:00
mimeTypeSpec.js
oc-backbone-webdavSpec.js
setupchecksSpec.js Fix translations 2017-04-18 16:40:53 -05:00
sharedialogshareelistview.js
sharedialogviewSpec.js Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
shareitemmodelSpec.js
shareSpec.js Replace deprecated $.tipsy(...) by $.tooltip(...) 2017-02-27 22:25:05 +01:00