adding js test to generate v2 example pastes to be used in the development of the server side logic, adding one of these into the helper class of the php tests

This commit is contained in:
El RIDO 2019-04-16 07:45:04 +02:00
parent eeca365e18
commit 5652a43d1d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
5 changed files with 82 additions and 5 deletions

View file

@ -3736,6 +3736,17 @@ jQuery.PrivateBin = (function($, RawDeflate) {
});
};
/**
* return currently set data, used in unit testing
*
* @name ServerInteraction.getData
* @function
*/
me.getData = function()
{
return data;
};
/**
* set success function
*