Skip to content

Commit

Permalink
Fix missing test reset
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 28, 2024
1 parent 71817f9 commit 1db1553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/framework/tests/Unit/Support/MediaFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ public function testGetSiteMediaOutputDirectoryUsesConfiguredSiteOutputDirectory
Hyde::setMediaDirectory('bar');

$this->assertSame(Hyde::path('foo/bar'), MediaFile::outputPath());

Hyde::setOutputDirectory(Hyde::path('_site'));
Hyde::setMediaDirectory('_media');
}

public function testGetHash()
Expand Down

0 comments on commit 1db1553

Please sign in to comment.