simplito / elliptic-php

Fast, general Elliptic Curve Cryptography library. Supports curves used in Bitcoin, Ethereum and other cryptocurrencies (secp256k1, ed25519, ..)
MIT License
220 stars 52 forks source link

Accommodate currently-supported version of PHPUnit #30

Closed clarkphp closed 3 years ago

clarkphp commented 3 years ago

This PR makes the unit tests compatible with PHPUnit 9. It considers the following information:

The minor changes are as follows: