示例#1
0
 protected function setUp()
 {
     $app = new App();
     $app->package(new DoctrineORMPackage());
     $this->app = $app;
 }