You are here

17 calls to CourseTestCase::createCourseObject() in Course 7.2

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.
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::testCourseSkippableRequiredObjectsWorkflow in tests/CourseObjectAccessTestCase.test
Test an outline with skippable required objects.
CourseObjectAccessTestCase::testDisabledCourseObjects in tests/CourseObjectAccessTestCase.test
Test disabled course objects do not show up in the course outline and do not block completion.
CourseObjectAccessTestCase::testHiddenCourseObjects in tests/CourseObjectAccessTestCase.test
Test hidden course objects do not show up in the course outline but block completion.
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.
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.