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 6fff152 commit b6fbdbfCopy full SHA for b6fbdbf
tests/SwooleClientTest.php
@@ -145,8 +145,6 @@ public function test_static_file_headers_can_be_sent(): void
145
$swooleResponse->shouldReceive('sendfile')->once()->with(realpath(__DIR__.'/public/foo.txt'));
146
147
$client->serveStaticFile($request, $context);
148
-
149
- $this->assertTrue(true);
150
}
151
152
public function test_can_serve_static_files_through_symlink(): void
0 commit comments