registration: Generalize CoreVersionChecker to VersionChecker
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Sat, 3 Dec 2016 18:06:46 +0000 (19:06 +0100)
committerFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Wed, 14 Dec 2016 18:18:09 +0000 (19:18 +0100)
commit5f11f7818c3e3f82245ce92aa699e08fa086b70a
tree2d92aea7eee60bb377cea7903edca8eeafd7ea62
parenta3c1cb416182ad7e80cabde1b5fd42824de68610
registration: Generalize CoreVersionChecker to VersionChecker

This allows us to put other requirements more easily into extension
registration, such as skins and/or extensions.

Bug: T117277
Change-Id: I3ec1b28b6af380621585cd61b38e5ebb8be9f9c7
autoload.php
includes/registration/CoreVersionChecker.php [deleted file]
includes/registration/ExtensionProcessor.php
includes/registration/ExtensionRegistry.php
includes/registration/VersionChecker.php [new file with mode: 0644]
tests/phpunit/includes/registration/CoreVersionCheckerTest.php [deleted file]
tests/phpunit/includes/registration/VersionCheckerTest.php [new file with mode: 0644]