8000 [HttpFoundation] added missing property declarations (refs #5379) · bobihu/symfony@5885547 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5885547

Browse files
committed
[HttpFoundation] added missing property declarations (refs symfony#5379)
1 parent 24ae90d commit 5885547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class MongoDbSessionHandlerTest extends \PHPUnit_Framework_TestCase
2222
* @var \PHPUnit_Framework_MockObject_MockObject
2323
*/
2424
private $mongo;
25+
private $options;
26+
private $storage;
2527

2628
/**
2729
* @var array

0 commit comments

Comments
 (0)
0