Skip to content

Commit 3e83e00

Browse files
committed
and some greek
1 parent f830d7d commit 3e83e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FunctionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public function testResourcesWithStrangeNames()
3838
$resource = fopen(__DIR__.'/Resources/httplug.png', 'r');
3939

4040
$builder = new MultipartStreamBuilder();
41-
$builder->addResource('image', $resource, ['filename'=>'foo/bar/хлоäпот.png']);
41+
$builder->addResource('image', $resource, ['filename'=>'foo/bar/хлопотäκόσμε.png']);
4242

4343
$multipartStream = (string) $builder->build();
44-
$this->assertTrue(false !== strpos($multipartStream, 'Content-Disposition: form-data; name="image"; filename="хлоöпот.png"'));
44+
$this->assertTrue(false !== strpos($multipartStream, 'Content-Disposition: form-data; name="image"; filename="хлопотäκόσμε.png"'));
4545
}
4646

4747
public function testHeaders()

0 commit comments

Comments
 (0)