mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
docs: update repository links and sync cn readme (#1711)
This commit is contained in:
@@ -734,7 +734,7 @@ func TestEnvIsNotResetInWorkerMode(t *testing.T) {
|
||||
}, &testOptions{workerScript: "env/remember-env.php"})
|
||||
}
|
||||
|
||||
// reproduction of https://github.com/dunglas/frankenphp/issues/1061
|
||||
// reproduction of https://github.com/php/frankenphp/issues/1061
|
||||
func TestModificationsToEnvPersistAcrossRequests(t *testing.T) {
|
||||
runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) {
|
||||
for j := 0; j < 3; j++ {
|
||||
|
||||
Reference in New Issue
Block a user