Skip to content

Commit

Permalink
Fix mock method signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 10, 2013
1 parent d7d8dcf commit 141ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php
Expand Up @@ -80,7 +80,7 @@ public function deleteFolder($id, $parent = Horde_ActiveSync::FOLDER_ROOT) { }
* here now to save an extra DB lookup for data
* we already have.)
*/
public function changeFolder($id, $displayname, $parent, $uid = null)
public function changeFolder($id, $displayname, $parent, $uid = null, $type = null)
{
return $uid;
}
Expand Down

0 comments on commit 141ce74

Please sign in to comment.