+++ /dev/null
-<?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()
- {
- }
-}