Skip to content

Commit 2a1e20f

Browse files
committed
Tests: misc updates
1 parent 350be22 commit 2a1e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MCryptCompatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class MCryptCompatTest extends PHPUnit_Framework_TestCase
33
{
44
public function testAlgorithmList()
55
{
6-
this->assertInternalType('array', phpseclib_mcrypt_list_algorithms());
6+
$this->assertInternalType('array', phpseclib_mcrypt_list_algorithms());
77
}
88

99
public function testAESBasicSuccess()

0 commit comments

Comments
 (0)