We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c786728 commit e2f89c4Copy full SHA for e2f89c4
src/Test/MakerTestEnvironment.php
@@ -282,6 +282,10 @@ public function runInternalTests()
282
283
private function postMake()
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
$this->processReplacements($this->testDetails->getPostMakeReplacements(), $this->path);
290
291
$guardAuthenticators = $this->testDetails->getGuardAuthenticators();
0 commit comments