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 af4b404 commit 01d48d8Copy full SHA for 01d48d8
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
@@ -55,7 +55,6 @@ protected function tearDown(): void
55
@rmdir($this->savePath);
56
}
57
58
- $this->savePath = null;
59
ini_set('session.save_handler', $this->initialSessionSaveHandler);
60
ini_set('session.save_path', $this->initialSessionSavePath);
61
0 commit comments