ResourceLoader: Test that all module dependencies are satisfiable
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jun 2014 17:29:31 +0000 (19:29 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 29 Jun 2014 18:28:05 +0000 (20:28 +0200)
commit278e58bd66c8d87f0544c33cb3c91134e37a9703
treec635d66a217540a41442efbcf592b981095e0adc
parent87609efbe5ecdbc0fea32afbb8ee0e4afd6adaa3
ResourceLoader: Test that all module dependencies are satisfiable

Whenever module A depends on module B, module B must exist.

Whenever module A depends on module B, the possible targets of A must
be a subset of targets of module B.

Bug: 64513
Change-Id: I9de291d20d08df2813eb55be9a1f7e5efd907d6f
tests/phpunit/structure/ResourcesTest.php