We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71817f9 commit 1db1553Copy full SHA for 1db1553
packages/framework/tests/Unit/Support/MediaFileTest.php
@@ -332,6 +332,9 @@ public function testGetSiteMediaOutputDirectoryUsesConfiguredSiteOutputDirectory
332
Hyde::setMediaDirectory('bar');
333
334
$this->assertSame(Hyde::path('foo/bar'), MediaFile::outputPath());
335
+
336
+ Hyde::setOutputDirectory(Hyde::path('_site'));
337
+ Hyde::setMediaDirectory('_media');
338
}
339
340
public function testGetHash()
0 commit comments