Skip to content

Commit

Permalink
Tests: updates for phpseclib 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 24, 2024
1 parent 63711d5 commit 0777e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/File/ASN1Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public function testLongOID()
{
$cert = file_get_contents(dirname(__FILE__) . '/ASN1/mal-cert-02.der');

$asn1 = new File_ASN1();
$asn1 = new ASN1();
//$this->setExpectedException('PHPUnit_Framework_Error_Notice');
$decoded = $asn1->decodeBER($cert);
$this->assertFalse($decoded[0]);
Expand Down

0 comments on commit 0777e70

Please sign in to comment.