mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
fix test typo (#1964)
* Fix typo in TestFlushEmptyResponse_worker function * Fix test function name for flush empty response
This commit is contained in:
@@ -942,7 +942,7 @@ func testRejectInvalidHeaders(t *testing.T, opts *testOptions) {
|
||||
}
|
||||
|
||||
func TestFlushEmptyResponse_module(t *testing.T) { testFlushEmptyResponse(t, &testOptions{}) }
|
||||
func TestFlushEmptyRespnse_worker(t *testing.T) {
|
||||
func TestFlushEmptyResponse_worker(t *testing.T) {
|
||||
testFlushEmptyResponse(t, &testOptions{workerScript: "only-headers.php"})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user