コード例 #1
0
ファイル: FeatureContext.php プロジェクト: aleph-n/opencholar
 /**
  * @Given /^I add the courses$/
  */
 public function iAddTheCourses()
 {
     FeatureHelp::AddCourses();
     $this->iSleepFor(2);
 }