You are here

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

CourseContextTestCase::testDetermineContext in tests/src/Functional/CourseContextTestCase.php
Testing finding course and objects via parameter search.
CourseContextTestCase::testMultiContext in tests/src/Functional/CourseContextTestCase.php
Test objects that belong to multiple courses.
CourseGradeTestCase::testCourseFinalGrade in tests/src/Functional/CourseGradeTestCase.php
Test that the final grade is calculated correctly.
CourseGradeTestCase::testCourseGradeAccess in tests/src/Functional/CourseGradeTestCase.php
Test that the course grade access plugin functions properly.
CourseObjectAccessConditionalTestCase::testTimeAfterCompletion in tests/src/Functional/CourseObjectAccessConditionalTestCase.php
Test the completion based trigger for object access.
CourseObjectAccessConditionalTestCase::testTimeAfterStart in tests/src/Functional/CourseObjectAccessConditionalTestCase.php
Test the time based trigger for object access.
CourseObjectAccessTestCase::testCourseObjectLinearWorkflow in tests/src/Functional/CourseObjectAccessTestCase.php
Test sequential object access.
CourseObjectAccessTestCase::testCourseObjectOptionalWorkflow in tests/src/Functional/CourseObjectAccessTestCase.php
Test an outline with both required and optional objects.
CourseObjectAccessTestCase::testCourseSkippableRequiredObjectsWorkflow in tests/src/Functional/CourseObjectAccessTestCase.php
Test an outline with skippable required objects.
CourseObjectAccessTestCase::testDisabledCourseObjects in tests/src/Functional/CourseObjectAccessTestCase.php
Test disabled course objects do not show up in the course outline and do not block completion.
CourseObjectAccessTestCase::testHiddenCourseObjects in tests/src/Functional/CourseObjectAccessTestCase.php
Test hidden course objects do not show up in the course outline but block completion.
CourseObjectAccessTimeTestCase::testCourseObjectDuration in tests/src/Functional/CourseObjectAccessTimeTestCase.php
Check that user cannot access course object outside of duration period.
CourseObjectAccessTimeTestCase::testCourseObjectRestrictByExpiration in tests/src/Functional/CourseObjectAccessTimeTestCase.php
Test course object expiration date.
CourseObjectAccessTimeTestCase::testCourseObjectRestrictByRelease in tests/src/Functional/CourseObjectAccessTimeTestCase.php
Test course object open date.
CourseObjectTestCase::testCourseObjectBasicCrud in tests/src/Functional/CourseObjectTestCase.php
Test basic save/load of CourseObjects.
CourseObjectTestCase::testCourseObjectConfigurations in tests/src/Functional/CourseObjectTestCase.php
Test CourseObject configurations.
CourseObjectTestCase::xtestCourseObjectConstruction in tests/src/Functional/CourseObjectTestCase.php
Test the construction of CourseObjects.