repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
tests
/
phpunit
/
structure
/
BundleSizeTest.php
blob
1ee18bb5cdddaa2fbaf7cf671a53147ac89cde4e
1
<
?php
2
3
namespace
MediaWiki\Tests\Structure
;
4
5
class
BundleSizeTest
extends
BundleSizeTestBase
{
6
7
/** @inheritDoc */
8
public function
getBundleSizeConfig
():
string
{
9
return
dirname
(
__DIR__
,
3
) .
'/bundlesize.config.json'
;
10
}
11
}