From 3c0b62cb851b6988e632a46ae164daa6af57df69 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 2 Nov 2009 17:20:01 +0100 Subject: [PATCH] Fix interface names. --- framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php b/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php index 8719c3b62..c1ee30ebd 100644 --- a/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php +++ b/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php @@ -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') ); } -- 2.11.0