Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751040
CentralAuthServiceWiringTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
CentralAuthServiceWiringTest.php
View Options
<?php
/**
* @coversNothing
* @group Database
*/
class
CentralAuthServiceWiringTest
extends
MediaWikiIntegrationTestCase
{
/**
* @dataProvider provideService
*/
public
function
testService
(
string
$name
)
{
$this
->
getServiceContainer
()->
get
(
$name
);
$this
->
addToAssertionCount
(
1
);
}
public
static
function
provideService
()
{
$wiring
=
require
__DIR__
.
'/../../includes/ServiceWiring.php'
;
foreach
(
$wiring
as
$name
=>
$_
)
{
yield
$name
=>
[
$name
];
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 17:44 (22 h, 53 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/fb/622af05de4ed202702525deb3fc6
Default Alt Text
CentralAuthServiceWiringTest.php (489 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment