Skip to content

Commit e2f89c4

Browse files
committed
adding workaround for Doctrine cache issue
1 parent c786728 commit e2f89c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Test/MakerTestEnvironment.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ 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+
285289
$this->processReplacements($this->testDetails->getPostMakeReplacements(), $this->path);
286290

287291
$guardAuthenticators = $this->testDetails->getGuardAuthenticators();

0 commit comments

Comments
 (0)