Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/154384
Change subject: Register a fake skin instead of a 'vector' that will fail
......................................................................
Register a fake skin instead of a 'vector' that will fail
Bug: 69639
Change-Id: Icd87520f7b6de337b009144420c3a430861d0833
---
M tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/84/154384/1
diff --git a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
index 038a0e1..64e2b00 100644
--- a/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
+++ b/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
@@ -7,7 +7,7 @@
// The return value of the closure shouldn't matter since this
test should
// never call it
- SkinFactory::getDefaultInstance()->register( 'vector',
'Vector', function(){});
+ SkinFactory::getDefaultInstance()->register( 'fakeskin',
'FakeSkin', function(){});
}
/**
@@ -29,7 +29,7 @@
),
'skinStyles' => array(
'default' => 'quux-fallback.less',
- 'vector' => array(
+ 'fakeskin' => array(
'baz-vector.css',
'quux-vector.less',
),
--
To view, visit https://gerrit.wikimedia.org/r/154384
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd87520f7b6de337b009144420c3a430861d0833
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits