* Correct unit test of bugModel-confirm.

This commit is contained in:
liumengyi
2023-06-02 13:40:34 +08:00
parent 923b4f3ec1
commit e5083047e2
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -768,6 +768,7 @@ class bugTest
$oldBug = $this->objectModel->getByID($bug['id']);
$bug['confirmed'] = 1;
$bug['comment'] = '';
$this->objectModel->confirm((object)$bug, array());