From: Jan Schneider Date: Mon, 13 Sep 2010 14:23:40 +0000 (+0200) Subject: Doesn't work with H4 yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2722a165fe0a5c601a0ca882a1d99db8b5c00041;p=horde.git Doesn't work with H4 yet. --- diff --git a/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php b/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php index b7592c58e..45c0bcc72 100644 --- a/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php +++ b/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php @@ -30,6 +30,11 @@ class Horde_Kolab_Filter_StoryTestCase extends PHPUnit_Extensions_Story_TestCase { + public function setUp() + { + $this->markTestSkipped('Kolab_Filter is not H4 compatible yet.'); + } + /** * Handle a "given" step. *