From: Gunnar Wrobel
Date: Mon, 26 Apr 2010 21:29:56 +0000 (+0200)
Subject: Add a test for the cache binder.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3917df8bf93287fa1955cf6f770e5870624db5e4;p=horde.git
Add a test for the cache binder.
---
diff --git a/framework/Core/test/Horde/Core/Binder/CacheTest.php b/framework/Core/test/Horde/Core/Binder/CacheTest.php
new file mode 100644
index 000000000..a5ca5e6c6
--- /dev/null
+++ b/framework/Core/test/Horde/Core/Binder/CacheTest.php
@@ -0,0 +1,56 @@
+
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @link http://pear.horde.org/index.php?package=Core
+ */
+
+/**
+ * Require our basic test case definition
+ */
+require_once dirname(__FILE__) . '/../Autoload.php';
+
+/**
+ * Test the Cache binder.
+ *
+ * Copyright 2009-2010 The Horde Project (http://www.horde.org/)
+ *
+ * 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 Horde
+ * @package Core
+ * @subpackage UnitTests
+ * @author Gunnar Wrobel