load() public method

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