Working : FileManager :Add some more unit tests

This commit is contained in:
gmorel
2013-09-24 14:50:42 +02:00
parent 430e18e4e2
commit 71888e68aa
3 changed files with 483 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ class FileManager
*
* @todo refactor make all pictures using propel inheritance and factorise image behaviour into one single clean action
*/
public function getParentFIleModel($parentType, $parentId)
public function getParentFileModel($parentType, $parentId)
{
switch ($parentType) {
case self::TYPE_PRODUCT: