- Remove unused methods for solution.

This commit is contained in:
caoyanyi
2023-12-27 14:35:02 +08:00
parent 01cd2cf699
commit 5bc22eb2da
2 changed files with 7 additions and 54 deletions
+7
View File
@@ -19,6 +19,13 @@ class solutionTest
$this->objectModel = $tester->loadModel('solution');
}
/**
* Test getByID method.
*
* @param int $solutionID
* @access public
* @return object|null
*/
public function getByIdTest(int $solutionID): object|null
{
return $this->objectModel->getByID($solutionID);