* Remove bugModel-getAllProjectIds, and replace it with projectModel-getPairs.

This commit is contained in:
liumengyi
2023-05-29 09:00:38 +08:00
parent 61836906cc
commit 12f85d1896
3 changed files with 3 additions and 67 deletions
-20
View File
@@ -1959,26 +1959,6 @@ class bugTest
}
}
/**
* Test get id list of all projects.
*
* @access public
* @return array
*/
public function getAllProjectIdsTest()
{
$array = $this->objectModel->getAllProjectIds();
if(dao::isError())
{
return dao::getError();
}
else
{
return $array;
}
}
/**
* Test get bug query.
*