remove var_dump

This commit is contained in:
Dennis Eichhorn 2021-10-26 14:43:20 +02:00
parent 12b8eea76c
commit 868390a7f3

View File

@ -56,8 +56,6 @@ final class DirectoryTest extends \PHPUnit\Framework\TestCase
}
} catch (\Throwable $t) {
self::$con = null;
var_dump($t->getMessage());
}
}