We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23a6b commit c57298eCopy full SHA for c57298e
test/php/library/Icingadb/Model/Behavior/FlattenedObjectVarsTest.php
@@ -4,6 +4,7 @@
4
5
namespace Tests\Icinga\Modules\Icingadb\Model\Behavior;
6
7
+use Icinga\Module\Icingadb\Common\Backend;
8
use Icinga\Module\Icingadb\Model\Host;
9
use ipl\Sql\Connection;
10
use ipl\Sql\Test\SqlAssertions;
@@ -101,6 +102,7 @@ class FlattenedObjectVarsTest extends TestCase
101
102
public function setUp(): void
103
{
104
$this->connection = new TestConnection();
105
+ Backend::setDb($this->connection);
106
$this->setUpSqlAssertions();
107
}
108
0 commit comments