AutoLoaderStructureTest: Allow PSR-4 directories to have files with 0 classes
authorKunal Mehta <legoktm@member.fsf.org>
Sat, 26 May 2018 23:51:56 +0000 (16:51 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sat, 26 May 2018 23:51:56 +0000 (16:51 -0700)
commite7ae019fc0a5ff9784f7369c07defc598afda0d4
treecf0283e86bfd1f9a7ebdcd4375a5d987c9cbc03c
parente298f548f69561a5df55114afc05d22b5e57a4df
AutoLoaderStructureTest: Allow PSR-4 directories to have files with 0 classes

Files like ServiceWiring.php can be safely located in a PSR-4 autoloaded
directory, because they have no classes.

Change-Id: I359b305df9071d6bc5afe4b5f29e762041f4aaef
tests/phpunit/structure/AutoLoaderStructureTest.php