File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class ConfigDataCollector extends DataCollector
29
29
private $ kernel ;
30
30
private $ name ;
31
31
private $ version ;
32
- private $ cacheVersionInfo = true ;
33
32
34
33
/**
35
34
* Constructor.
@@ -127,11 +126,6 @@ public function getSymfonyState()
127
126
return $ this ->data ['symfony_state ' ];
128
127
}
129
128
130
- public function setCacheVersionInfo ($ cacheVersionInfo )
131
- {
132
- $ this ->cacheVersionInfo = $ cacheVersionInfo ;
133
- }
134
-
135
129
/**
136
130
* Gets the PHP version.
137
131
*
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public function testCollect()
23
23
{
24
24
$ kernel = new KernelForTest ('test ' , true );
25
25
$ c = new ConfigDataCollector ();
26
- $ c ->setCacheVersionInfo (false );
27
26
$ c ->setKernel ($ kernel );
28
27
$ c ->collect (new Request (), new Response ());
29
28
You can’t perform that action at this time.
0 commit comments