diff --git a/tests/Jackalope/SessionTest.php b/tests/Jackalope/SessionTest.php index fd6c01a0..a841a38c 100644 --- a/tests/Jackalope/SessionTest.php +++ b/tests/Jackalope/SessionTest.php @@ -35,7 +35,7 @@ public function testSessionRegistry() { $factory = new \Jackalope\Factory; $repository = $this->getMock('Jackalope\Repository', array(), array($factory), '', false); - $transport = $this->getMock('Jackalope\Transport\Davex\Client', array('login', 'getRepositoryDescriptors', 'getNamespaces'), array($factory, 'http://example.com')); + $transport = $this->getMock('Jackalope\Transport\Davex\Client', array('login', 'logout', 'getRepositoryDescriptors', 'getNamespaces'), array($factory, 'http://example.com')); $transport->expects($this->any()) ->method('getNamespaces') ->will($this->returnValue(array()));