Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save user sent metadata #166

Merged
merged 11 commits into from
Aug 10, 2019
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
Steveb-p committed Jul 29, 2019
commit f2e7bf6d485df6cefd65715621319edf4186f8f5
2 changes: 1 addition & 1 deletion tests/Tus/ServerTest.php
Original file line number Diff line number Diff line change
@@ -1283,7 +1283,6 @@ public function it_throws_460_for_checksum_mismatch_in_concatenation_request()

$this->tusServerMock
->shouldReceive('getRequest')
->times(4)
->andReturn($requestMock);

$cacheMock = m::mock(FileStore::class);
@@ -1313,6 +1312,7 @@ public function it_throws_460_for_checksum_mismatch_in_concatenation_request()
->shouldReceive('buildFile')
->once()
->with([
'filename' => $fileName,
'name' => $fileName,
'offset' => 0,
'size' => 0,