From: Gunnar Wrobel
Date: Wed, 1 Dec 2010 14:18:16 +0000 (+0100)
Subject: Add setUp and tearDown to avoid side effects. Remove useless test.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=430a033182e1718b78ee3174f672c97668675407;p=horde.git
Add setUp and tearDown to avoid side effects. Remove useless test.
---
diff --git a/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php b/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php
deleted file mode 100644
index 7d005fed3..000000000
--- a/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php
+++ /dev/null
@@ -1,38 +0,0 @@
-
- * @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Session
- */
-
-/**
- * Prepare the test setup.
- */
-require_once dirname(__FILE__) . '/../Autoload.php';
-
-/**
- * Test the valid check with the Kolab session handler implementation.
- *
- * Copyright 2009-2010 The Horde Project (http://www.horde.org/)
- *
- * See the enclosed file COPYING for license information (LGPL). If you
- * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
- *
- * @category Kolab
- * @package Kolab_Session
- * @author Gunnar Wrobel