Page MenuHomeWickedGov Phorge

CentralAuthServiceWiringTest.php
No OneTemporary

Size
489 B
Referenced Files
None
Subscribers
None

CentralAuthServiceWiringTest.php

<?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

Mime Type
text/x-php
Expires
Fri, Jul 3, 17:44 (1 d, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/fb/622af05de4ed202702525deb3fc6
Default Alt Text
CentralAuthServiceWiringTest.php (489 B)

Event Timeline