We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350be22 commit 2a1e20fCopy full SHA for 2a1e20f
tests/MCryptCompatTest.php
@@ -3,7 +3,7 @@ class MCryptCompatTest extends PHPUnit_Framework_TestCase
3
{
4
public function testAlgorithmList()
5
6
- this->assertInternalType('array', phpseclib_mcrypt_list_algorithms());
+ $this->assertInternalType('array', phpseclib_mcrypt_list_algorithms());
7
}
8
9
public function testAESBasicSuccess()
0 commit comments