mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-19 03:10:47 +00:00
0e2e1a9a17
This test has not served the original purpose it intended and is now more of a nuisance than supportive to our goal of monitoring performance across MediaWiki. For now, we are going to remove this test in favor of a new test that we are currently finalizing in T360590 that we hope to land after the next MediaWiki release. Bug: T373017 Change-Id: I0eb22ebbed67ded008de7ca75f9f8f399a214ef8
12 lines
270 B
PHP
12 lines
270 B
PHP
<?php
|
|
|
|
namespace MediaWiki\Skins\Vector\Tests\Structure;
|
|
|
|
class BundleSizeTest extends \MediaWiki\Tests\Structure\BundleSizeTestBase {
|
|
|
|
/** @inheritDoc */
|
|
public function getBundleSizeConfig(): string {
|
|
return dirname( __DIR__, 3 ) . '/bundlesize.config.json';
|
|
}
|
|
}
|