Remove empty test of broken class.
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:10:39 +0000 (16:10 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 14:10:39 +0000 (16:10 +0200)
framework/Kolab_Resource/test/Horde/Kolab/Resource/Integration/ResourceTest.php [deleted file]

diff --git a/framework/Kolab_Resource/test/Horde/Kolab/Resource/Integration/ResourceTest.php b/framework/Kolab_Resource/test/Horde/Kolab/Resource/Integration/ResourceTest.php
deleted file mode 100644 (file)
index 18c8c94..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-/**
- * Test the resource handling.
- *
- * PHP version 5
- *
- * @category   Kolab
- * @package    Kolab_Resource
- * @subpackage UnitTests
- * @author     Gunnar Wrobel <wrobel@pardus.de>
- * @license    http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link       http://pear.horde.org/index.php?package=Kolab_Resource
- */
-
-/**
- * Prepare the test setup.
- */
-require_once dirname(__FILE__) . '/../Autoload.php';
-
-/**
- * Test the resource handling.
- *
- * Copyright 2008-2010 Klarälvdalens Datakonsult AB
- *
- * See the enclosed file COPYING for license information (LGPL). If you
- * did not receive this file, see http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
- *
- * @category   Kolab
- * @package    Kolab_Resource
- * @subpackage UnitTests
- * @author     Gunnar Wrobel <wrobel@pardus.de>
- * @license    http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link       http://pear.horde.org/index.php?package=Kolab_Resource
- */
-class Horde_Kolab_Resource_Integration_ResourceTest
-extends Horde_Kolab_Resource_TestCase
-{
-    public function testSomething()
-    {
-    }
-}