Browse Source

Add disco methods to test mock

JC Brand 11 years ago
parent
commit
4a31978e5e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/mock.js

+ 2 - 0
tests/mock.js

@@ -79,6 +79,8 @@
             }
         },
         'disco': {
+            'addFeature': function () {},
+            'addIdentity': function () {},
             'info': function () {},
             'items': function () {}
         }