Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426933
UpdateLegacy.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
UpdateLegacy.js
View Options
'use strict'
;
describe
(
'legacy PUT /page/{title}'
,
()
=>
{
// Cache deletion ensures tests will execute for both legacy and module paths
// Doing this twice protects against changes in test execution order
const
testsFile
=
__dirname
+
'/content.v1/Update.js'
;
delete
require
.
cache
[
testsFile
];
require
(
testsFile
).
init
(
'rest.php/v1'
);
delete
require
.
cache
[
testsFile
];
}
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 13:57 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e0/f4/da8d8cc8705802faaf42d69f8648
Default Alt Text
UpdateLegacy.js (388 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment