Skip to content

Commit 8975498

Browse files
Akanksha SinghAkanksha Singh
authored andcommitted
Fix fixture file path
Fix fixture file path Fix fixture file path
1 parent 4e4d337 commit 8975498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Homarus/tests/HomarusControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private function getDefaultController()
225225
$controller->method('generateDerivativeResponse')
226226
->will($this->returnCallback(function ($cmd_string, $source, $path, $content_type) {
227227
return new BinaryFileResponse(
228-
__DIR__ . "/../../../fixtures/foo.mp4",
228+
__DIR__ . "/fixtures/foo.mp4",
229229
200,
230230
['Content-Type' => $content_type]
231231
);

0 commit comments

Comments
 (0)