registration: Use the correct key for skin dependencies
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Fri, 15 Jun 2018 15:51:22 +0000 (17:51 +0200)
committerJforrester <jforrester@wikimedia.org>
Wed, 18 Jul 2018 10:14:25 +0000 (10:14 +0000)
commit500d7b8525cd2c8272eb82fe4b1713680e9aeac7
tree841f0eb1df155572e2b5d5f32f589eedd6f2ea29
parent959e09c6556436175d5ce4189d71c97363315fdd
registration: Use the correct key for skin dependencies

Instead of using "skin" to check for skin dependencies, extension registration
now uses the correct key "skins" (from the schema).

Bug: T197478
Change-Id: I382fc79229e1406786f444192e6e3e3bde44d224
(cherry picked from commit 0f7e760334df920adca5f6340814ba028b95dae0)
includes/registration/VersionChecker.php
tests/phpunit/includes/registration/VersionCheckerTest.php