예제 #1
0
 /**
  *  @expectedException RuntimeException
  */
 public function testAppNotFound()
 {
     $route = new Router(file);
     $route->setApplication('foo bar');
 }