* add parse item path unit test.

This commit is contained in:
wangyidong
2022-09-21 13:47:05 +08:00
parent ecbd0e415f
commit a2e4fa455c
2 changed files with 44 additions and 0 deletions
+13
View File
@@ -108,6 +108,19 @@ class settingTest
return $object;
}
/**
* Parse item path test.
*
* @param string $path
* @access public
* @return object
*/
public function parseItemPathTest($path)
{
$object = $this->objectModel->parseItemPath($path);
return $object;
}
/**
* Parse the param string for select or delete items.
*