public function test_ComplexPath()
 {
     $configA = 'ComplexPath/ConfigA';
     $l = $this->createLoader([$configA]);
     $l->tryLoad('Class/In/Path');
     $this->assertTrue(LoadedNotifier::isLoaded($this->getPathToFiles($configA, 'Class/In/Path')));
 }