Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 1, 2024
1 parent d9b6fd7 commit 81f06f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moodle/Tests/Util/MoodleUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public function testGetMoodleComponent(
}
} elseif (array_key_exists('value', $return)) {
// Normal asserting result.
error_log("Getting component for file: {$file->getFilename()}: {$selfPath} => {$return['value']}");
$this->assertSame($return['value'], MoodleUtil::getMoodleComponent($file, $selfPath));
}

Expand Down

0 comments on commit 81f06f1

Please sign in to comment.