From a60b2ab4da73ceee2bf5c21e613d580a35521253 Mon Sep 17 00:00:00 2001
From: Gunnar Wrobel
Date: Wed, 9 Sep 2009 09:35:37 +0200
Subject: [PATCH] phpdoc
---
framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php | 6 +++---
framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php | 8 ++++----
framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php | 4 ++--
.../Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php | 6 +++---
framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php | 4 ++--
framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php | 6 +++---
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php b/framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php
index 6c97eded2..9c9a16cb5 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php
@@ -1,6 +1,6 @@
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -35,7 +35,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_AllTests
{
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php b/framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php
index 92bb40480..c8382ce67 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php
@@ -8,7 +8,7 @@
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -28,7 +28,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_ContactTest extends PHPUnit_Framework_TestCase
{
@@ -141,7 +141,7 @@ class Horde_Kolab_Format_ContactTest extends PHPUnit_Framework_TestCase
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class DummyRegistry
{
@@ -169,7 +169,7 @@ class DummyRegistry
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_Xml_Contact_Dummy extends Horde_Kolab_Format_Xml_Contact
{
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php b/framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php
index e1279bba5..def44dc29 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php
@@ -8,7 +8,7 @@
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -28,7 +28,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_EventTest extends PHPUnit_Framework_TestCase
{
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php b/framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php
index 97d640915..b42632207 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php
@@ -8,7 +8,7 @@
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -29,7 +29,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_PreferencesTest extends PHPUnit_Framework_TestCase
{
@@ -91,7 +91,7 @@ class Horde_Kolab_Format_PreferencesTest extends PHPUnit_Framework_TestCase
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_Xml_Hprefs_Dummy extends Horde_Kolab_Format_Xml_Hprefs
{
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php b/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php
index f476b314d..f56ac912d 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php
@@ -8,7 +8,7 @@
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -28,7 +28,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_RecurrenceTest extends PHPUnit_Framework_TestCase
{
diff --git a/framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php b/framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php
index fc383115b..fa488dd1b 100644
--- a/framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php
+++ b/framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php
@@ -8,7 +8,7 @@
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
/**
@@ -28,7 +28,7 @@ require_once 'Horde/Autoloader.php';
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_XmlTest extends PHPUnit_Framework_TestCase
{
@@ -321,7 +321,7 @@ class Horde_Kolab_Format_XmlTest extends PHPUnit_Framework_TestCase
* @package Kolab_Format
* @author Gunnar Wrobel
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
- * @link http://pear.horde.org/index.php?package=Kolab_Server
+ * @link http://pear.horde.org/index.php?package=Kolab_Format
*/
class Horde_Kolab_Format_Xml_Dummy extends Horde_Kolab_Format_Xml
{
--
2.11.0