Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4116502
SpecialCheckUserTestTrait.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
SpecialCheckUserTestTrait.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\CheckUser\Tests
;
trait
SpecialCheckUserTestTrait
{
/**
* Reset the max_execution_time after
* {@link \MediaWiki\CheckUser\CheckUser\SpecialCheckUser::execute() SpecialCheckUser::execute()}
* potentially set it (via {@link set_time_limit()}).
*
* @after
*/
public
function
maxExecutionTimeTearDown
():
void
{
set_time_limit
(
0
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 01:35 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
db/bf/9e64d712fa0f463ec69289e464f5
Default Alt Text
SpecialCheckUserTestTrait.php (409 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment