Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4102085
MockChangesListFilter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
MockChangesListFilter.php
View Options
<?php
use
MediaWiki\Html\FormOptions
;
use
MediaWiki\RecentChanges\ChangesListFilter
;
class
MockChangesListFilter
extends
ChangesListFilter
{
/** @inheritDoc */
public
function
displaysOnUnstructuredUi
()
{
throw
new
LogicException
(
'Not implemented: If the test relies on this, put it one of the '
.
'subclasses
\'
tests (e.g. ChangesListBooleanFilterTest) '
.
'instead of testing the abstract class'
);
}
/** @inheritDoc */
public
function
isSelected
(
FormOptions
$opts
)
{
return
false
;
}
/** @inheritDoc */
public
function
isActive
(
FormOptions
$opts
,
$isStructuredUI
)
{
return
false
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 17:16 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
29/17/2766dda8055bb0e41e79f09f7103
Default Alt Text
MockChangesListFilter.php (621 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment