8000 Try to fix tests · symfony/symfony@d1e33c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1e33c5

Browse files
commit 8000 ted
Try to fix tests
1 parent 4a86fad commit d1e33c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ class Symfony_DI_PhpDumper_Test_CsvParameters extends Container
1818
{
1919
private $parameters;
2020
private $targetDirs = array();
21-
private $privates = array();
21+
22+
/**
23+
* @internal but protected for BC on cache:clear
24+
*/
25+
protected $privates = array();
2226

2327
public function __construct()
2428
{

0 commit comments

Comments
 (0)
0