* Add test case.

This commit is contained in:
caoyanyi
2023-01-12 10:06:45 +08:00
parent f639a027dd
commit 7b0dd36f82
4 changed files with 66 additions and 1 deletions
+12
View File
@@ -2497,4 +2497,16 @@ class executionTest
{
return $this->objectModel->getSwitcher($executionID, 'execution', $method);
}
/**
* Test sync no multiple sprint.
*
* @param int $projectID
* @access public
* @return void
*/
public function syncNoMultipleSprintTest($projectID)
{
return $this->objectModel->syncNoMultipleSprint($projectID);
}
}