forked from wallabag/wallabag
Fixed tests by removing clear()
This commit is contained in:
committed by
Jeremy Benoist
parent
64b1229b2d
commit
bd206a84d8
@ -94,10 +94,6 @@ abstract class BrowserImport extends AbstractImport
|
||||
// flush every 20 entries
|
||||
if (($i % 20) === 0) {
|
||||
$this->em->flush();
|
||||
|
||||
// clear only affected entities
|
||||
$this->em->clear(Entry::class);
|
||||
$this->em->clear(Tag::class);
|
||||
}
|
||||
++$i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user