Esempio n. 1
0
 public function testMethod_loadLibrary()
 {
     $this->assertTrue(Loader::loadLibrary('snoopy'));
 }
Esempio n. 2
0
 /**
  * Returns UniversalFeedCreator Object
  *
  * @return object UniversalFeedCreator
  */
 public static function getFeedcreator()
 {
     \Koch\Autoload\Loader::loadLibrary('feedcreator');
     return new \UniversalFeedCreator();
 }