$oldtimemodified = $section->timemodified;
// Update the section.
- sleep(1); // Ensuring that the section update occurs at a different timestamp.
+ $this->waitForSecond(); // Ensuring that the section update occurs at a different timestamp.
course_update_section($course, $section, array());
// Check that the time has changed.