public function test_UnmatchingPrefixNotSelected()
 {
     $l = $this->createLoader(['NoMatch' => 'UnmatchingPrefixNotSelected/Config']);
     $l->tryLoad('ClassA');
     $this->assertEquals(0, LoadedNotifier::getLoadedCount());
 }