Skip to content

Commit

Permalink
fixup! fix(db): also chunk MariaDB deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Sep 12, 2023
1 parent e25921a commit e577c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/DataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class DataTest extends TestCase {
/** @var IManager */
protected $realActivityManager;

/** @var NullLogger */
protected $logger;

protected function setUp(): void {
parent::setUp();

Expand Down

0 comments on commit e577c93

Please sign in to comment.