Skip to content

Commit e318798

Browse files
committed
Cleaning is done on tearDown only
1 parent 3c5819a commit e318798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/GridFS/FunctionalTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public function setUp(): void
3232

3333
$this->chunksCollection = new Collection($this->manager, $this->getDatabaseName(), 'fs.chunks');
3434
$this->filesCollection = new Collection($this->manager, $this->getDatabaseName(), 'fs.files');
35-
$this->chunksCollection->deleteMany([]);
36-
$this->filesCollection->deleteMany([]);
3735
}
3836

3937
public function tearDown(): void

0 commit comments

Comments
 (0)