AES: add new lines to end of unit tests

This commit is contained in:
terrafrost 2014-08-14 10:31:57 -05:00
parent d88b7ed6dd
commit 42e5c6845c
3 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ class Unit_Crypt_AES_InternalTest extends Unit_Crypt_AES_TestCase
self::ensureConstant('CRYPT_AES_MODE', CRYPT_AES_MODE_INTERNAL);
}
}
}

View File

@ -102,4 +102,4 @@ abstract class Unit_Crypt_AES_Test extends PhpSeclibTestcase
$ciphertext = $aes->encrypt(pack('H*', '3243f6a8885a308d313198a2e0370734'));
$this->assertEquals($ciphertext, pack('H*', 'c109292b173f841b88e0ee49f13db8c0'));
}
}
}

View File

@ -13,4 +13,4 @@ class Unit_Crypt_AES_mcryptTest extends Unit_Crypt_AES_mcryptCase
self::ensureConstant('CRYPT_AES_MODE', CRYPT_AES_MODE_MCRYPT);
}
}
}