Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4104357
RESTBagOStuffIntegrationTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
RESTBagOStuffIntegrationTest.php
View Options
<?php
use
MediaWiki\MainConfigNames
;
use
Wikimedia\ObjectCache\RESTBagOStuff
;
/**
* @group BagOStuff
* @covers \Wikimedia\ObjectCache\RESTBagOStuff
*/
class
RESTBagOStuffIntegrationTest
extends
BagOStuffTestBase
{
protected
function
newCacheInstance
()
{
if
(
!
$this
->
getConfVar
(
MainConfigNames
::
EnableRemoteBagOStuffTests
)
)
{
$this
->
markTestSkipped
(
'$wgEnableRemoteBagOStuffTests is false'
);
}
return
$this
->
getCacheByClass
(
RESTBagOStuff
::
class
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 18:25 (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
90/28/7adf9ec55511a2ae68a62b454670
Default Alt Text
RESTBagOStuffIntegrationTest.php (474 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment