* add parse item path unit test.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user