Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426436
CreationLegacy.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
383 B
Referenced Files
None
Subscribers
None
CreationLegacy.js
View Options
'use strict'
;
describe
(
'legacy POST /page'
,
()
=>
{
// 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/Creation.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:13 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e5/dc/c0064bbbf03b0b886ad77d0eb169
Default Alt Text
CreationLegacy.js (383 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment