From: Jan Schneider Date: Thu, 18 Mar 2010 17:10:09 +0000 (+0100) Subject: Fix class name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=765816f345ea3fa6f393a4d728c06e1bc18fbe8f;p=horde.git Fix class name. --- diff --git a/framework/VFS/test/VFS/SmbTest.php b/framework/VFS/test/VFS/SmbTest.php index b6ac04501..b108b3204 100644 --- a/framework/VFS/test/VFS/SmbTest.php +++ b/framework/VFS/test/VFS/SmbTest.php @@ -10,7 +10,7 @@ * @package Horde_VFS * @subpackage UnitTests */ -class Horde_VFS_SmbTest extends PHPUnit_Framework_TestCase +class VFS_SmbTest extends PHPUnit_Framework_TestCase { public function testParseListing() {