phpunit: Include all raw modules in detection of illegal dependencies
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Oct 2017 17:10:02 +0000 (18:10 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Oct 2017 17:13:20 +0000 (18:13 +0100)
commitd4a17a10a5f6a9f9b0f2a2ff934ccdd6690e7440
treea433bd9e43b8a3dde593a626f588cba91b355348
parent5c6dc0c61d93423763f4eccaf577331aef224fb0
phpunit: Include all raw modules in detection of illegal dependencies

* Use getStartupModules() instead of hardcoding these two module names.
* Also collect any other module that is registered with raw=>true.

Change-Id: I5f75cc8f99b90f58d76b7e87f068f50f9f608ed0
tests/phpunit/structure/ResourcesTest.php