Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Apr 24, 2024
1 parent c287aa2 commit da4b7de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittests/NDB_ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ protected function setUp(): void
parent::setUp();
$this->_config = FakeConfig::singleton();

$this->_config->settingCache = [];

$configMock = $this->getMockBuilder('NDB_Config')->getMock();
$dbMock = $this->getMockBuilder('Database')->getMock();
$user = $this->getMockBuilder('User')->getMock();
Expand Down

0 comments on commit da4b7de

Please sign in to comment.