Exemplo n.º 1
0
 /**
  * @Given /^I add the courses$/
  */
 public function iAddTheCourses()
 {
     FeatureHelp::AddCourses();
     $this->iSleepFor(2);
 }