Skip to content

Commit

Permalink
fixup! fix(autoconfig): Refactor DNS query for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Aug 7, 2024
1 parent f79b820 commit 858a81e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/Dns/ResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
use OCA\Mail\Dns\Resolver;

class ResolverTest extends TestCase {
private Resolver $resolver;
/** @var Resolver */
private $resolver;

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

0 comments on commit 858a81e

Please sign in to comment.