Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/CategoryTree/tests/phpunit/ServiceWiringTest.php
Ðазад
<?php /** * Copy of CentralAuth's CentralAuthServiceWiringTest.php * as it could not be included as it's in another extension. */ namespace MediaWiki\Extension\CategoryTree\Tests; use MediaWikiIntegrationTestCase; /** * @coversNothing */ class ServiceWiringTest 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 ]; } } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка