Skip to content

Commit e9b8316

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix merge fix merge fix merge
2 parents bab3b44 + 89a6bf3 commit e9b8316

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Tests/Session/Storage/NativeSessionStorageTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ protected function tearDown(): void
5555
@rmdir($this->savePath);
5656
}
5757

58-
$this->savePath = null;
5958
ini_set('session.save_handler', $this->initialSessionSaveHandler);
6059
ini_set('session.save_path', $this->initialSessionSavePath);
6160
}

Tests/Session/Storage/PhpBridgeSessionStorageTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected function tearDown(): void
5151
@rmdir($this->savePath);
5252
}
5353

54-
$this->savePath = null;
5554
ini_set('session.save_handler', $this->initialSessionSaveHandler);
5655
ini_set('session.save_path', $this->initialSessionSavePath);
5756
}

Tests/Session/Storage/Proxy/AbstractProxyTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class AbstractProxyTest extends TestCase
2525
{
26-
protected MockObject&AbstractProxy $proxy;
26+
protected AbstractProxy $proxy;
2727

2828
protected function setUp(): void
2929
{

0 commit comments

Comments
 (0)