Merge "rdbms: fix Sqlite::tableExists() method to avoid STATUS_TRX_ERROR"
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / Util.js
1 module.exports = {
2 getTestString( prefix = '' ) {
3 return prefix + Math.random().toString() + '-Iñtërnâtiônàlizætiøn';
4 }
5 };