From: Michael J. Rubinsky Date: Tue, 13 Apr 2010 14:37:31 +0000 (-0400) Subject: Don't log to the AS log when running tests X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3b9ceca72496b861ea1ff74b497989aab0774893;p=horde.git Don't log to the AS log when running tests --- diff --git a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php index 52ca48b88..d7bf5cc03 100644 --- a/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php +++ b/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php @@ -170,6 +170,15 @@ class Horde_ActiveSync_HordeDriverTest extends Horde_Test_Case } /** + * Test that the driver calls the correct api method for the provided + * message type to delete. + */ + public function testDeleteMessage() + { + $this->markTestIncomplete(); + } + + /** * Test return structure of GetFolderList command */ public function testGetFolderList()