diff --git a/tests/features/bootstrap/FeatureContext.php b/tests/features/bootstrap/FeatureContext.php index 127d4b9d94..bfc55ad6be 100644 --- a/tests/features/bootstrap/FeatureContext.php +++ b/tests/features/bootstrap/FeatureContext.php @@ -73,6 +73,16 @@ class FeatureContext extends MinkContext new Given('I press "submitAuth"') ); } + /** + * @Given /^I am a teacher in course "([^"]*)"$/ + * @Todo implement + */ + public function iAmATeacherInCourse($course) + { + //$sql = "SELECT * FROM course_rel_user WHERE c_id = X AND user_id = "; + //$result = ... + //if ($result !== false) { ... } + } /** * @Given /^I am a student$/ */