Skip to content

Commit

Permalink
Correction on the tests PHPDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
vaurdan committed Jul 23, 2021
1 parent 16ec5b8 commit 75085c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function setUp() {
}

/**
* Test if the encryptor being used with PHP 7.1 or older is the mcrypt encryptor.
* Test new instance of Syndication_Encryption with the MCrypt strategy.
*
* @requires module mcrypt
*/
Expand All @@ -54,7 +54,7 @@ public function test_new_encryption_instance_with_mcrypt() {
}

/**
* Test if the encryptor being used with newer PHP is OpenSSL encryptor.
* Test new instance of Syndication_Encryption with the OpenSSL strategy.
*/
public function test_new_encryption_instance_with_openssl() {
$syndication_encryption = new \Syndication_Encryption( new \Syndication_Encryptor_OpenSSL() );
Expand Down

0 comments on commit 75085c9

Please sign in to comment.