From 868390a7f38e87b7a6116a196cb9da7656e46fd6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Oct 2021 14:43:20 +0200 Subject: [PATCH] remove var_dump --- tests/System/File/Ftp/DirectoryTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index 5e115a9e2..0edd8f02e 100644 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -56,8 +56,6 @@ final class DirectoryTest extends \PHPUnit\Framework\TestCase } } catch (\Throwable $t) { self::$con = null; - - var_dump($t->getMessage()); } }