From 3599524aea94e4b3126abe982ce91781b9e22f4a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 18 Mar 2010 19:26:05 +0100 Subject: [PATCH] Remove debug code. --- framework/VFS/test/VFS/SmbTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/VFS/test/VFS/SmbTest.php b/framework/VFS/test/VFS/SmbTest.php index b108b3204..9022fefd6 100644 --- a/framework/VFS/test/VFS/SmbTest.php +++ b/framework/VFS/test/VFS/SmbTest.php @@ -19,7 +19,6 @@ class VFS_SmbTest extends PHPUnit_Framework_TestCase $listing = $vfs->parseListing(file(dirname(__FILE__) . '/fixtures/samba1.txt'), null, true, false); $this->assertType('array', $listing); $this->assertEquals(7, count($listing)); - var_export($listing); $this->assertEquals( array ( 'SystemHiddenReadonlyArchive' => -- 2.11.0