Skip to content

Commit aa104c6

Browse files
committed
removing test workarounds!
1 parent 121ae77 commit aa104c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Test/MakerTestEnvironment.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@ public function runInternalTests()
282282

283283
private function postMake()
284284
{
285-
/* START workaround for https://github.com/doctrine/DoctrineBundle/issues/1069 */
286-
$this->fs->remove($this->path.'/var/cache');
287-
/* END workaround */
288-
289285
$this->processReplacements($this->testDetails->getPostMakeReplacements(), $this->path);
290286

291287
$guardAuthenticators = $this->testDetails->getGuardAuthenticators();
@@ -294,10 +290,6 @@ private function postMake()
294290
$manipulator = new YamlSourceManipulator($yaml);
295291
$data = $manipulator->getData();
296292

297-
/* START FIX FOR https://github.com/symfony/symfony/issues/34614 */
298-
$data['security']['firewalls']['main']['anonymous'] = true;
299-
/* END FIX */
300-
301293
foreach ($guardAuthenticators as $firewallName => $id) {
302294
if (!isset($data['security']['firewalls'][$firewallName])) {
303295
throw new \Exception(sprintf('Could not find firewall "%s"', $firewallName));

0 commit comments

Comments
 (0)