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 490ff39 commit 2d91d33Copy full SHA for 2d91d33
tests/fixtures/AttachmentLongFilenameTest.php
@@ -53,7 +53,7 @@ public function testFixture() : void {
53
$attachment = $attachments[1];
54
self::assertInstanceOf(Attachment::class, $attachment);
55
self::assertEquals('01_A€àäąбيد@Z-0123456789-qwertyuiopasdfghjklzxcvbnmopqrstuvz-0123456789-qwertyuiopasdfghjklzxcvbnmopqrstuvz-0123456789-qwertyuiopasdfghjklzxcvbnmopqrstuvz.txt', $attachment->name);
56
- self::assertEquals("f7b5181985862431bfc443d26e3af2371e20a0afd676eeb9b9595a26d42e0b73", hash("sha256", $attachment->filename));
+ self::assertEquals("cebd34e48eaa06311da3d3130d5a9b465b096dc1094a6548f8c94c24ca52f34e", hash("sha256", $attachment->filename));
57
self::assertEquals('text', $attachment->type);
58
self::assertEquals('txt', $attachment->getExtension());
59
self::assertEquals("text/plain", $attachment->content_type);
0 commit comments