mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
Tests: tweak unit test
This commit is contained in:
parent
25a06f0071
commit
426de8d5bf
@ -35,6 +35,6 @@ class PrimeFieldTest extends PhpseclibTestCase
|
|||||||
new \phpseclib3\Crypt\EC\Curves\secp192r1()
|
new \phpseclib3\Crypt\EC\Curves\secp192r1()
|
||||||
);
|
);
|
||||||
|
|
||||||
$point[0]->toBytes();
|
$this->assertIsString($point[0]->toBytes());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user