We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc48f1 commit 9093557Copy full SHA for 9093557
tests/scripts/replace_course_code.php
@@ -69,6 +69,7 @@ function replaceCodes(array $list): Generator
69
],
70
['code = ?' => [$currentCode]]
71
);
72
+ yield " Course table updated with new code and directory $newCode/$newDirectory";
73
} else {
74
yield " Course table not updated: previewMode=true";
75
}
0 commit comments