Fix interface names.
authorGunnar Wrobel <p@rdus.de>
Mon, 2 Nov 2009 16:20:01 +0000 (17:20 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 2 Nov 2009 16:20:01 +0000 (17:20 +0100)
framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php

index 8719c3b..c1ee30e 100644 (file)
@@ -39,8 +39,8 @@ class Horde_Kolab_Session_SessionTestCase extends PHPUnit_Framework_TestCase
         return new Horde_Kolab_Server_Composite(
             $this->getMock('Horde_Kolab_Server'),
             $this->getMock('Horde_Kolab_Server_Objects'),
-            $this->getMock('Horde_Kolab_Server_Structure'),
-            $this->getMock('Horde_Kolab_Server_Search'),
+            $this->getMock('Horde_Kolab_Server_Structure_Interface'),
+            $this->getMock('Horde_Kolab_Server_Search_Interface'),
             $this->getMock('Horde_Kolab_Server_Schema')
         );
     }