Move test-only classes to new TestAutoloadClasses declaration

Bug: T196090
Change-Id: I1a5bc889f011cc2f9c5b08b0f3f94005357ac2a1
This commit is contained in:
Umherirrender 2019-12-31 00:44:53 +01:00
parent 45e6751a3c
commit 50b030a6ac

View file

@ -39,7 +39,9 @@
"MathDataUpdater": "src/MathDataUpdater.php",
"MathWikibaseConfig": "src/MathWikibaseConfig.php",
"MathWikibaseConnector": "src/MathWikibaseConnector.php",
"MathWikibaseInfo": "src/MathWikibaseInfo.php",
"MathWikibaseInfo": "src/MathWikibaseInfo.php"
},
"TestAutoloadClasses": {
"MathMLHttpRequestTester": "tests/phpunit/MathMLHttpRequestTester.php",
"MathMLTestStatus": "tests/phpunit/MathMLTestStatus.php",
"DummyPropertyDataTypeLookup": "tests/phpunit/DummyPropertyDataTypeLookup.php"