mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
ea8c30b65c
Bug: T305779 Depends-On: Id77c6124c9b1fd20633cda47bbca89f9b6724a63 Change-Id: Ia82018a31ff6ce2fe80946fd8f8d05a1dddf9523
17 lines
356 B
PHP
17 lines
356 B
PHP
<?php
|
|
|
|
namespace MediaWiki\Skins\MinervaNeue\Tests\Structure;
|
|
|
|
class BundleSizeTest extends \MediaWiki\Tests\Structure\BundleSizeTest {
|
|
|
|
/** @inheritDoc */
|
|
public function getBundleSizeConfig(): string {
|
|
return dirname( __DIR__, 3 ) . '/bundlesize.config.json';
|
|
}
|
|
|
|
/** @inheritDoc */
|
|
public function getSkinName(): string {
|
|
return 'minerva';
|
|
}
|
|
}
|