예제 #1
0
 /**
  * @covers Foote\Ginny\Map\BaseBundle::dump
  */
 public function testdump()
 {
     $bundle = new BaseBundle('Bundle');
     $bundle->map = new BaseMap('Admin');
     $bundle->models->set('model', new BaseModel('Model'));
     $this->assertNotEmpty($bundle->dump());
 }