From 62b7f0656f45a1dc23055027960d16e6c640006d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Oct 2017 17:02:53 +0200 Subject: [PATCH] Remove incorrect links. --- test/Horde/Secret/Autoload.php | 1 - test/Horde/Secret/Stub/Message.php | 1 - test/Horde/Secret/Unit/SecretTest.php | 2 -- 3 files changed, 4 deletions(-) diff --git a/test/Horde/Secret/Autoload.php b/test/Horde/Secret/Autoload.php index b7f4d2c..d0a8086 100644 --- a/test/Horde/Secret/Autoload.php +++ b/test/Horde/Secret/Autoload.php @@ -9,7 +9,6 @@ * @subpackage UnitTests * @author Michael Slusarz * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Secret */ require_once __DIR__ . '/Stub/Message.php'; diff --git a/test/Horde/Secret/Stub/Message.php b/test/Horde/Secret/Stub/Message.php index 2f0029e..3cd61dd 100644 --- a/test/Horde/Secret/Stub/Message.php +++ b/test/Horde/Secret/Stub/Message.php @@ -9,7 +9,6 @@ * @subpackage UnitTests * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Secret */ class Horde_Secret_Stub_Message { diff --git a/test/Horde/Secret/Unit/SecretTest.php b/test/Horde/Secret/Unit/SecretTest.php index 9dbed0c..8a7b50e 100644 --- a/test/Horde/Secret/Unit/SecretTest.php +++ b/test/Horde/Secret/Unit/SecretTest.php @@ -9,7 +9,6 @@ * @subpackage UnitTests * @author Michael Slusarz * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Secret */ /** @@ -25,7 +24,6 @@ * @subpackage UnitTests * @author Michael Slusarz * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Secret */ class Horde_Secret_Unit_SecretTest extends PHPUnit_Framework_TestCase