コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function remove($name)
 {
     $this->assertHasProcess();
     $this->process->removeStep($name);
 }