Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  fix merge
  fix merge
  fix merge
  • Loading branch information
xabbuh committed May 17, 2024
2 parents bab3b44 + 89a6bf3 commit e9b8316
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Session/Storage/NativeSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ protected function tearDown(): void
@rmdir($this->savePath);
}

$this->savePath = null;
ini_set('session.save_handler', $this->initialSessionSaveHandler);
ini_set('session.save_path', $this->initialSessionSavePath);
}
Expand Down
1 change: 0 additions & 1 deletion Tests/Session/Storage/PhpBridgeSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ protected function tearDown(): void
@rmdir($this->savePath);
}

$this->savePath = null;
ini_set('session.save_handler', $this->initialSessionSaveHandler);
ini_set('session.save_path', $this->initialSessionSavePath);
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Session/Storage/Proxy/AbstractProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class AbstractProxyTest extends TestCase
{
protected MockObject&AbstractProxy $proxy;
protected AbstractProxy $proxy;

protected function setUp(): void
{
Expand Down

0 comments on commit e9b8316

Please sign in to comment.