From 1c336bcceb0634b7e53d30e06a2d0adb30cdbf42 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sun, 21 Feb 2010 09:05:08 +0100 Subject: No need for autoloading (yet) as the package is still without structure. --- test/KolabAdmin/AllTests.php | 5 ----- test/KolabAdmin/TestInit.php | 25 ------------------------- 2 files changed, 30 deletions(-) delete mode 100644 test/KolabAdmin/TestInit.php diff --git a/test/KolabAdmin/AllTests.php b/test/KolabAdmin/AllTests.php index b3acc43..fce7c9d 100644 --- a/test/KolabAdmin/AllTests.php +++ b/test/KolabAdmin/AllTests.php @@ -16,11 +16,6 @@ if (!defined('PHPUnit_MAIN_METHOD')) { } /** - * Initialize testing for this application. - */ -require_once 'TestInit.php'; - -/** * Combine the tests for this package. * * Copyright 2007-2010 The Horde Project (http://www.horde.org/) diff --git a/test/KolabAdmin/TestInit.php b/test/KolabAdmin/TestInit.php deleted file mode 100644 index b05e0d4..0000000 --- a/test/KolabAdmin/TestInit.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @license http://www.fsf.org/copyleft/lgpl.html LGPL - * @link http://pear.horde.org/index.php?package=KolabAdmin - */ - -/** - * The Autoloader allows us to omit "require/include" statements. - */ -require_once 'Horde/Autoloader.php'; - -if (!defined('KOWARD_BASE')) { - define('KOWARD_BASE', dirname(__FILE__) . '/../'); -} - -/* Set up the application class and controller loading */ -Horde_Autoloader::addClassPattern('/^KolabAdmin_/', KOWARD_BASE . '/lib/'); -Horde_Autoloader::addClassPattern('/^KolabAdmin_/', KOWARD_BASE . '/app/controllers/'); -- cgit v0.12