File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,6 @@ public function runInternalTests()
282
282
283
283
private function postMake ()
284
284
{
285
- /* START workaround for https://github.com/doctrine/DoctrineBundle/issues/1069 */
286
- $ this ->fs ->remove ($ this ->path .'/var/cache ' );
287
- /* END workaround */
288
-
289
285
$ this ->processReplacements ($ this ->testDetails ->getPostMakeReplacements (), $ this ->path );
290
286
291
287
$ guardAuthenticators = $ this ->testDetails ->getGuardAuthenticators ();
@@ -294,10 +290,6 @@ private function postMake()
294
290
$ manipulator = new YamlSourceManipulator ($ yaml );
295
291
$ data = $ manipulator ->getData ();
296
292
297
- /* START FIX FOR https://github.com/symfony/symfony/issues/34614 */
298
- $ data ['security ' ]['firewalls ' ]['main ' ]['anonymous ' ] = true ;
299
- /* END FIX */
300
-
301
293
foreach ($ guardAuthenticators as $ firewallName => $ id ) {
302
294
if (!isset ($ data ['security ' ]['firewalls ' ][$ firewallName ])) {
303
295
throw new \Exception (sprintf ('Could not find firewall "%s" ' , $ firewallName ));
You can’t perform that action at this time.
0 commit comments