test = $test; $this->step = $step; } public function getStep() { return $this->step; } /** * @return TestInterface */ public function getTest() { return $this->test; } }