예제 #1
0
 public function itCreatesHierarchyFromXmlProjectImportProcess()
 {
     $mapping = array(111, 222, 333, 444);
     $controller = new Tracker_Hierarchy_Controller($this->request, $this->hierarchical_tracker, $this->factory, $this->dao);
     $this->dao->expectCallCount('updateChildren', 1);
     $controller->updateFromXmlProjectImportProcess($mapping);
 }