N°6458 Fix failing tests due to ItopDataTestCase modifications

This commit is contained in:
Pierre Goiffon
2023-11-16 15:43:00 +01:00
parent d33d82bcd8
commit be93b41363

View File

@@ -191,6 +191,8 @@ class QueryTest extends ItopDataTestCase
protected function tearDown(): void
{
$this->oUser->DBDelete();
parent::tearDown();
}
}