Skip to content

Commit

Permalink
Reset the asset map cache
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 25, 2024
1 parent ae46463 commit 8755f49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Hyde\Pages\MarkdownPage;
use Hyde\Support\Models\Route;
use Hyde\Foundation\Facades\Routes;
use Hyde\Markdown\Processing\DynamicMarkdownLinkProcessor;

/**
* @covers \Hyde\Markdown\Processing\DynamicMarkdownLinkProcessor
Expand All @@ -27,6 +28,8 @@ public static function setUpBeforeClass(): void

touch('_media/logo.png');
touch('_media/image.jpg');

DynamicMarkdownLinkProcessor::resetAssetMapCache();
}

public static function tearDownAfterClass(): void
Expand Down

0 comments on commit 8755f49

Please sign in to comment.