Skip to content

Commit 66468d8

Browse files
committed
Renewed execution environment.
1 parent 0696a11 commit 66468d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Swift/Transport/Esmtp/Auth/NTLMAuthenticatorTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function testMessage1Generator()
2929

3030
public function testLMv1Generator()
3131
{
32+
var_dump(openssl_get_cipher_methods());
3233
if (!array_filter(openssl_get_cipher_methods(), fn ($c) => !strcasecmp($c, 'des-ecb'))) {
3334
$this->markTestSkipped('Need Cipher DES-ECB to run these tests.');
3435
}

0 commit comments

Comments
 (0)