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')));
 }
示例#2
0
<?php

use tests\Skeleton\ConfigLoader\Files\LoadedNotifier;
LoadedNotifier::loaded(__FILE__);