load() 공개 메소드

load package
public load ( )
예제 #1
0
 /**
  * testLoadFail
  *
  * @expectedException \Xpressengine\Presenter\Exceptions\PackageNotFoundException
  */
 public function testLoadFail()
 {
     $p = new Package('notregistered');
     $p->load();
 }