From 0696a1155239bb242d5ec0994b91aa7916f8230f Mon Sep 17 00:00:00 2001
From: "Thomas A. Hirsch" <thomas.hirsch@vema-eg.de>
Date: Mon, 30 Dec 2024 10:35:36 +0100
Subject: [PATCH] Renewed execution environment.

---
 tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php b/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php
index 62466014b..05f9e1f68 100644
--- a/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php
+++ b/tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php
@@ -29,7 +29,7 @@ public function testMessage1Generator()
 
     public function testLMv1Generator()
     {
-        if (array_filter(openssl_get_cipher_methods(), fn ($c) => !strcasecmp($c, 'des-ecb'))) {
+        if (!array_filter(openssl_get_cipher_methods(), fn ($c) => !strcasecmp($c, 'des-ecb'))) {
             $this->markTestSkipped('Need Cipher DES-ECB to run these tests.');
         }