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 ca294c4 commit 3516afbCopy full SHA for 3516afb
tests/SwooleClientTest.php
@@ -135,7 +135,7 @@ public function test_cant_serve_static_files_through_symlink_using_directory_tra
135
{
136
$client = new SwooleClient;
137
138
- $request = Request::create('/symlink/../files/bar.txt', 'GET');
+ $request = Request::create('/symlink/../foo.txt', 'GET');
139
140
$context = new RequestContext([
141
'publicPath' => __DIR__.'/public/files',
tests/public/files/bar.txt
@@ -0,0 +1 @@
1
+bar
0 commit comments