* Adjust unit test for execution methods.

This commit is contained in:
caoyanyi
2023-09-11 09:06:41 +08:00
parent 18d1acd775
commit 2b4f496997
4 changed files with 27 additions and 24 deletions
+1 -2
View File
@@ -920,8 +920,7 @@ class executionTest
*/
public function getLimitedExecutionTest()
{
$this->executionModel->getProductGroupList();
return isset($_SESSION['limitedExecutions']) ? $_SESSION['limitedExecutions'] : true;
return $this->executionModel->getLimitedExecution();
}
/**