Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4119831
HookRunnerTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
HookRunnerTest.php
View Options
<?php
namespace
MediaWiki\Tests\HookContainer
;
use
MediaWiki\Api\ApiHookRunner
;
use
MediaWiki\HookContainer\HookRunner
;
use
MediaWiki\ResourceLoader
as
RL
;
/**
* Tests that all arguments passed into HookRunner are passed along to HookContainer.
* @covers \MediaWiki\HookContainer\HookRunner
* @covers \MediaWiki\Api\ApiHookRunner
* @covers \MediaWiki\ResourceLoader\HookRunner
*/
class
HookRunnerTest
extends
HookRunnerTestBase
{
public
static
function
provideHookRunners
()
{
yield
ApiHookRunner
::
class
=>
[
ApiHookRunner
::
class
];
yield
HookRunner
::
class
=>
[
HookRunner
::
class
];
yield
RL\HookRunner
::
class
=>
[
RL\HookRunner
::
class
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 03:41 (1 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c7/f4/b5efd4c56519eb732454b03c562e
Default Alt Text
HookRunnerTest.php (659 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment