Skip to content

Commit f72298f

Browse files
committed
Update DynamicMarkdownLinkProcessorTest.php
1 parent 428bd39 commit f72298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/Services/Markdown/DynamicMarkdownLinkProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function setUp(): void
3737
// Todo: No way to mock media files, so we are using app.css as a test asset for now.
3838

3939
// Todo: We can add one test with the cache busting enabled
40-
config(['hyde.enable_cache_busting' => false]);
40+
self::mockConfig(['hyde.enable_cache_busting' => false]);
4141
}
4242

4343
public function testRouteReplacement()

0 commit comments

Comments
 (0)