Exemplo n.º 1
0
 public function run()
 {
     $this->target->create();
     // wenn existierend ist egal
     $this->target->wipe();
     // löscht alles daraus
 }
Exemplo n.º 2
0
 protected function cleanUp()
 {
     $this->tempSrc->wipe()->delete();
 }