You are here

33 calls to CourseTestCase::createCourse() in Course 8.2

CourseAccessTestCase::testDurationExpiration in tests/src/Functional/CourseAccessTestCase.php
Test the enrollment duration. This does not test the enrollment end date being set correctly.
CourseAccessTestCase::testReleaseExpiration in tests/src/Functional/CourseAccessTestCase.php
Test the open/close date functionality.
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.
CourseEnrollmentTestCase::testCourseBundles in tests/src/Functional/CourseEnrollmentTestCase.php
Test course enrollment bundles.
CourseEnrollmentTestCase::testCourseDuration in tests/src/Functional/CourseEnrollmentTestCase.php
Test for course duration being set properly on enrollment.
CourseEnrollmentTestCase::testCourseEnrollment in tests/src/Functional/CourseEnrollmentTestCase.php
Test for enrollment access and timestamping.
CourseEnrollmentTestCase::testCourseEnrollmentTimestamps in tests/src/Functional/CourseEnrollmentTestCase.php
Test a manual course enrollment. Ensure that created and started timestamping works as expected.
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.
CourseObjectBookTestCase::testBookCourseObject in modules/course_book/tests/src/Functional/CourseObjectBookTestCase.php
CourseObjectBookTestCase::testBookCourseObjectContentAccess in modules/course_book/tests/src/Functional/CourseObjectBookTestCase.php
Books have special behavior when it comes to content access. All the sub pages should be protected.
CourseObjectContentTestCase::testContentCourseObjectCreation in modules/course_content/tests/src/Functional/CourseObjectContentTestCase.php
Test course content object creation.
CourseObjectFulfillmentTestCase::testCourseContentObjectFulfillment in tests/src/Functional/CourseObjectFulfillmentTestCase.php
Test fulfillment of CourseObjects with an enrolled/unenrolled user
CourseObjectNodeTestCase::testContentAccess in modules/course_content/tests/src/Functional/CourseObjectNodeTestCase.php
Test content privacy for node based course objects.
CourseObjectQuizTestCase::testQuizCourseObject in modules/course_quiz/tests/src/Functional/CourseObjectQuizTestCase.php
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.
CourseObjectWebformTestCase::testWebformCourseObject in modules/course_webform/tests/src/Functional/CourseObjectWebformTestCase.php
CourseOutlineUiTestCase::testCourseOutlineCrud in tests/src/Functional/CourseOutlineUiTestCase.php
Test creating a course object through the UI.
CourseOutlineUiTestCase::testCourseOutlineMaxOccurences in tests/src/Functional/CourseOutlineUiTestCase.php
Test maximum course objects per course.
CourseWorkflowTestCase::testObjectAdvancement in tests/src/Functional/CourseWorkflowTestCase.php
Ensure the next object is properly linked.