diff --git a/test/fixtures/memberoftag5.js b/test/fixtures/memberoftag5.js new file mode 100644 index 00000000..ddc77708 --- /dev/null +++ b/test/fixtures/memberoftag5.js @@ -0,0 +1,18 @@ +'use strict'; + +/** + * Socket class. + * @class + * @memberof module:network + */ +function Socket() {} + +/** + * Open the socket. + */ +Socket.prototype.open = function() {}; + +/** + * Unique identifier for `Socket` class. + */ +Socket.uid = '12345';