We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412fc49 commit 061ca1dCopy full SHA for 061ca1d
tests/snippets_test.php
@@ -145,7 +145,7 @@ public function test_fetch_enabled_snippets_scss(): void {
145
// Enable a builtin snippet directly via the DB.
146
$snippet = $DB->get_record(
147
'theme_boost_union_snippets',
148
- ['source' => 'theme_boost_union', 'path' => 'visual_depth.scss']
+ ['source' => 'theme_boost_union', 'name' => 'visual_depth.scss']
149
);
150
$snippet->enabled = 1;
151
$DB->update_record('theme_boost_union_snippets', $snippet);
0 commit comments