Structure test: Add autoload.php order check
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Wed, 20 Jan 2016 18:27:47 +0000 (19:27 +0100)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 3 Aug 2016 09:50:27 +0000 (09:50 +0000)
commit23c79b228c0fcab6e6b16e5c6a530aaca1b845ac
tree87765f360d8bbdd0e997bac0a4c4ee86dda18215
parent8472c6344819b79051bf947f0f2142e24bc8aba5
Structure test: Add autoload.php order check

If a class is added manually to the autoload.php another run of
the maintenance script will probably add unnecessary noise to
another change. The added structure test checks, if the output of
the maintenance script equals to the contents of the commited
autoload.php.

Bug: T121921
Change-Id: I3a426b92892f4c00cab33a13f6a717751120367c
includes/utils/AutoloadGenerator.php
maintenance/generateLocalAutoload.php
tests/phpunit/structure/AutoLoaderTest.php