@@ -141,13 +141,6 @@ public function testEsiDisabled()
141
141
$ container = $ this ->createContainerFromFile ('esi_disabled ' );
142
142
143
143
$ this ->assertFalse ($ container ->hasDefinition ('fragment.renderer.esi ' ), 'The ESI fragment renderer is not registered ' );
144
- }
145
-
146
- public function testEsiInactive ()
147
- {
148
- $ container = $ this ->createContainerFromFile ('default_config ' );
149
-
150
- $ this ->assertFalse ($ container ->hasDefinition ('fragment.renderer.esi ' ));
151
144
$ this ->assertFalse ($ container ->hasDefinition ('esi ' ));
152
145
}
153
146
@@ -164,6 +157,7 @@ public function testSsiDisabled()
164
157
$ container = $ this ->createContainerFromFile ('ssi_disabled ' );
165
158
166
159
$ this ->assertFalse ($ container ->hasDefinition ('fragment.renderer.ssi ' ), 'The SSI fragment renderer is not registered ' );
160
+ $ this ->assertFalse ($ container ->hasDefinition ('ssi ' ));
167
161
}
168
162
169
163
public function testEsiAndSsiWithoutFragments ()
@@ -175,14 +169,6 @@ public function testEsiAndSsiWithoutFragments()
175
169
$ this ->assertTrue ($ container ->hasDefinition ('fragment.renderer.ssi ' ), 'The SSI fragment renderer is registered ' );
176
170
}
177
171
178
- public function testSsiInactive ()
179
- {
180
- $ container = $ this ->createContainerFromFile ('default_config ' );
181
-
182
- $ this ->assertFalse ($ container ->hasDefinition ('fragment.renderer.ssi ' ));
183
- $ this ->assertFalse ($ container ->hasDefinition ('ssi ' ));
184
- }
185
-
186
172
public function testEnabledProfiler ()
187
173
{
188
174
$ container = $ this ->createContainerFromFile ('profiler ' );
0 commit comments