Page MenuHomeWickedGov Phorge

RESTBagOStuffIntegrationTest.php
No OneTemporary

Size
474 B
Referenced Files
None
Subscribers
None

RESTBagOStuffIntegrationTest.php

<?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

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)

Event Timeline