8000 fix Fatal error: Cannot access private property · romainneutron/symfony@8dd19d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dd19d8

Browse files
committed
fix Fatal error: Cannot access private property
PHP Fatal error: Cannot access private property Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::$options in src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php on line 85
1 parent ff1b990 commit 8dd19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MongoDbSessionHandlerTest extends \PHPUnit_Framework_TestCase
2323
*/
2424
private $mongo;
2525
private $storage;
26-
private $options;
26+
public $options;
2727

2828
protected function setUp()
2929
{

0 commit comments

Comments
 (0)
0