From cb2875ee95803242e89bc8e63ccddb94f7476de0 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 9 Sep 2009 11:56:46 +0200 Subject: [PATCH] CS --- .../test/Horde/Kolab/FreeBusy/AllTests.php | 28 ++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php b/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php index 21d2434dd..d458fd3d8 100644 --- a/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php +++ b/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/AllTests.php @@ -4,11 +4,12 @@ * * PHP version 5 * - * @category Kolab - * @package Kolab_FreeBusy - * @author Gunnar Wrobel - * @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 + * @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 - * @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 + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @link http://pear.horde.org/index.php?package=Kolab_FreeBusy */ class Horde_Kolab_FreeBusy_AllTests { -- 2.11.0