projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c32a89
)
Require the autoloader.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 21 Apr 2009 13:23:51 +0000
(15:23 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 21 Apr 2009 13:23:51 +0000
(15:23 +0200)
framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php
b/framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php
index
f6b3ba3
..
7154f7f
100644
(file)
--- a/
framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php
+++ b/
framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php
@@
-12,9
+12,9
@@
*/
/**
- *
We need the base class
+ *
The Autoloader allows us to omit "require/include" statements.
*/
-require_once 'Horde/
Kolab/Test/Serv
er.php';
+require_once 'Horde/
Autoload
er.php';
/**
* Test the group object.