From 765816f345ea3fa6f393a4d728c06e1bc18fbe8f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 18 Mar 2010 18:10:09 +0100 Subject: [PATCH] Fix class name. --- framework/VFS/test/VFS/SmbTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.11.0