Skip to content

Commit

Permalink
Renewed execution environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Dec 30, 2024
1 parent 52aa8f0 commit 0696a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}

Expand Down

0 comments on commit 0696a11

Please sign in to comment.