You are here

8 calls to CourseTestCase::getModules() in Course 6

CourseObjectBookTestCase::getModules in modules/course_book/course_book.test
CourseObjectContentTestCase::getModules in modules/course_content/course_content.test
CourseObjectNodeTestCase::getModules in tests/CourseObjectNodeTestCase.test
CourseObjectQuizTestCase::getModules in modules/course_quiz/course_quiz.test
CourseObjectSignupTestCase::getModules in modules/course_signup/course_signup.test
CourseObjectUbercartTestCase::getModules in modules/course_uc/course_uc.test
CourseObjectWebformTestCase::getModules in modules/course_webform/course_webform.test
CourseTestCase::setUp in tests/CourseTestCase.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…