You are here

29 calls to CourseTestCase::createCourseNode() in Course 6

CourseAccessTestCase::testDurationExpiration in tests/CourseAccessTestCase.test
Test the enrollment duration. This does not test the enrollment end date being set correctly.
CourseAccessTestCase::testReleaseExpiration in tests/CourseAccessTestCase.test
Test the open/close date functionality.
CourseContextTestCase::testDetermineContext in tests/CourseContextTestCase.test
Testing finding course and objects via parameter search.
CourseContextTestCase::testMultiContext in tests/CourseContextTestCase.test
Test objects that belong to multiple courses.
CourseEnrollmentTestCase::testCourseDuration in tests/CourseEnrollmentTestCase.test
Test for course duration being set properly on enrollment.
CourseEnrollmentTestCase::testCourseEnrollment in tests/CourseEnrollmentTestCase.test
Test for enrollment access and timestamping.
CourseGradeTestCase::testCourseFinalGrade in tests/CourseGradeTestCase.test
Test that the final grade is calculated correctly.
CourseGradeTestCase::testCourseGradeAccess in tests/CourseGradeTestCase.test
Test that the course grade access plugin functions properly.
CourseObjectAccessConditionalTestCase::testTimeAfterCompletion in tests/CourseObjectAccessConditionalTestCase.test
Test the completion based trigger for object access.
CourseObjectAccessConditionalTestCase::testTimeAfterStart in tests/CourseObjectAccessConditionalTestCase.test
Test the time based trigger for object access.
CourseObjectAccessTestCase::testCourseObjectLinearWorkflow in tests/CourseObjectAccessTestCase.test
Test sequential object access.
CourseObjectAccessTestCase::testCourseObjectOptionalWorkflow in tests/CourseObjectAccessTestCase.test
Test an outline with both required and optional objects.
CourseObjectAccessTestCase::testDisabledCourseObjects in tests/CourseObjectAccessTestCase.test
Test disabled course objects.
CourseObjectAccessTestCase::testHiddenCourseObjects in tests/CourseObjectAccessTestCase.test
Test hidden course objects do not show up in the course outline.
CourseObjectAccessTimeTestCase::testCourseObjectDuration in tests/CourseObjectAccessTimeTestCase.test
Check that user cannot access course object outside of duration period.
CourseObjectAccessTimeTestCase::testCourseObjectRestrictByExpiration in tests/CourseObjectAccessTimeTestCase.test
Test course object expiration date.
CourseObjectAccessTimeTestCase::testCourseObjectRestrictByRelease in tests/CourseObjectAccessTimeTestCase.test
Test course object open date.
CourseObjectBookTestCase::testBookCourseObject in modules/course_book/course_book.test
CourseObjectContentTestCase::testContentCourseObjectCreation in modules/course_content/course_content.test
Test course content object creation.
CourseObjectNodeTestCase::testContentAccess in tests/CourseObjectNodeTestCase.test
Test content privacy for node based course objects.
CourseObjectQuizTestCase::testQuizCourseObject in modules/course_quiz/course_quiz.test
CourseObjectSignupTestCase::testSignupEnrollment in modules/course_signup/course_signup.test
CourseObjectTestCase::testCourseObjectBasicCrud in tests/CourseObjectTestCase.test
Test basic save/load of CourseObjects.
CourseObjectTestCase::testCourseObjectConfigurations in tests/CourseObjectTestCase.test
Test CourseObject configurations.
CourseObjectTestCase::testCourseObjectConstruction in tests/CourseObjectTestCase.test
Test the construction of CourseObjects.
CourseObjectUbercartTestCase::testUbercartEnrollment in modules/course_uc/course_uc.test
CourseObjectWebformTestCase::testWebformCourseObject in modules/course_webform/course_webform.test
CourseOutlineUiTestCase::testCourseOutlineCrud in tests/CourseOutlineUiTestCase.test
Test creating a course object through the UI.
CourseOutlineUiTestCase::testCourseOutlineMaxOccurences in tests/CourseOutlineUiTestCase.test
Test maximum course objects per course.