예제 #1
0
 public function itAsksToDeleteTheRepositoryFromAllManifests()
 {
     expect($this->generator)->removeRepositoryFromManifestFile('*', $this->repository->getPath())->count(2);
     expect($this->generator)->removeRepositoryFromManifestFile($this->singapour_mirror, $this->repository->getPath())->at(0);
     expect($this->generator)->removeRepositoryFromManifestFile($this->noida_mirror, $this->repository->getPath())->at(1);
     $this->manager->triggerDelete($this->repository->getPath());
 }
 public function process()
 {
     $this->manifest_manager->triggerDelete($this->getRepositoryPathFromParameters());
     $this->done();
 }