Add testing for getId().
authorGunnar Wrobel <p@rdus.de>
Mon, 3 Jan 2011 06:57:26 +0000 (07:57 +0100)
committerGunnar Wrobel <p@rdus.de>
Tue, 4 Jan 2011 07:54:21 +0000 (08:54 +0100)
framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/Driver/MockTest.php

index ad74cbd..962e88b 100644 (file)
@@ -155,4 +155,9 @@ extends Horde_Kolab_Storage_TestCase
             $namespaces
         );
     }
+
+    public function testGetIdReturnsString()
+    {
+        $this->assertType('string', $this->getNullMock()->getId());
+    }
 }