CS
authorGunnar Wrobel <p@rdus.de>
Wed, 9 Sep 2009 09:56:46 +0000 (11:56 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 9 Sep 2009 09:56:46 +0000 (11:56 +0200)
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php

index 21d2434..d458fd3 100644 (file)
@@ -4,11 +4,12 @@
  *
  * PHP version 5
  *
- * @category Kolab
- * @package  Kolab_FreeBusy
- * @author   Gunnar Wrobel <wrobel@pardus.de>
- * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
+ * @category   Kolab
+ * @package    Kolab_FreeBusy
+ * @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_FreeBusy
  */
 
 /**
@@ -18,8 +19,10 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'Horde_Kolab_FreeBusy_AllTests::main');
 }
 
-require_once 'PHPUnit/Framework/TestSuite.php';
-require_once 'PHPUnit/TextUI/TestRunner.php';
+/**
+ * The Autoloader allows us to omit "require/include" statements.
+ */
+require_once 'Horde/Autoloader.php';
 
 /**
  * Combine the tests for this package.
@@ -29,11 +32,12 @@ require_once 'PHPUnit/TextUI/TestRunner.php';
  * 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_FreeBusy
- * @author   Gunnar Wrobel <wrobel@pardus.de>
- * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
+ * @category   Kolab
+ * @package    Kolab_FreeBusy
+ * @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_FreeBusy
  */
 class Horde_Kolab_FreeBusy_AllTests
 {