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)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 11 Jul 2018 17:46:55 +0000 (10:46 -0700)
commit0f7e760334df920adca5f6340814ba028b95dae0
treea7c97eeee41704deb971d79d01a830dd05b138c9
parent436f96e50be384c8fcd1f1938296f1398726148d
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
includes/registration/VersionChecker.php
tests/phpunit/includes/registration/VersionCheckerTest.php