Split AutoloaderTest into a structure and class test
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 25 May 2018 05:13:22 +0000 (22:13 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sat, 26 May 2018 23:16:02 +0000 (16:16 -0700)
commite298f548f69561a5df55114afc05d22b5e57a4df
tree733583e952142803c1983128a43f672536b834c8
parent150347f79cec6ef6c9658c1c5575fcee7d267c31
Split AutoloaderTest into a structure and class test

AutoloaderTest covers the AutoLoader class, and AutoLoaderStructureTest
covers the structure part of the test.

Change-Id: Ic4e7bfd670e1c3413631bda31260cc1cc825b1a2
includes/utils/AutoloadGenerator.php
tests/phpunit/includes/AutoLoaderTest.php [new file with mode: 0644]
tests/phpunit/structure/AutoLoaderStructureTest.php [new file with mode: 0644]
tests/phpunit/structure/AutoLoaderTest.php [deleted file]