Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f96ebb9

Browse files
committed
Debuggin appveyor
1 parent 0b3f82a commit f96ebb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testConstruction()
3636

3737
public function testConstructWithNonAsciiFilename()
3838
{
39+
var_dump(scandir(__DIR__.'/Fixtures/'));
3940
new BinaryFileResponse(__DIR__.'/Fixtures/föö.html', 200, array(), true, 'attachment');
4041
}
4142

0 commit comments

Comments
 (0)