Added accidentally.
authorJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 16:34:31 +0000 (18:34 +0200)
committerJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 16:51:09 +0000 (18:51 +0200)
framework/Ldap/test/Horde/Ldap/ExampleTest.php [deleted file]

diff --git a/framework/Ldap/test/Horde/Ldap/ExampleTest.php b/framework/Ldap/test/Horde/Ldap/ExampleTest.php
deleted file mode 100644 (file)
index 4d48761..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-/**
- * @package    Ldap
- * @subpackage UnitTests
- * @author     Jan Schneider <jan@horde.org>
- * @copyright  2010 The Horde Project
- * @license    http://www.gnu.org/copyleft/lesser.html LGPL
- */
-
-class Horde_Ldap_ExampleTest extends PHPUnit_Framework_TestCase
-{
-    public function setUp()
-    {
-    }
-
-    public function testSomething()
-    {
-    }
-
-    public function tearDown()
-    {
-    }
-}