You are here

function CourseObjectTestFulfillment::optionsDefinition in Course 7

Same name and namespace in other branches
  1. 7.2 tests/course_test/course_test.classes.inc \CourseObjectTestFulfillment::optionsDefinition()

Define storage for fulfillment values.

Overrides CourseObjectFulfillment::optionsDefinition

File

tests/course_test/course_test.classes.inc, line 43

Class

CourseObjectTestFulfillment
Course fulfillment class for test.

Code

function optionsDefinition() {
  return array(
    'test_value' => NULL,
  );
}