Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4111727
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
Tue, Aug 18, 22:30 (8 h, 32 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
eb/6f/8ef9000abd8b453ed9f328916acd
Default Alt Text
CentralAuthServiceWiringTest.php (489 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment