logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Add support for latest version of PHPUnit #61

Open JordanRifaey opened 5 years ago

JordanRifaey commented 5 years ago

The unit tests in this library are not compatible with the latest version of PHPUnit, currently version 8.

For example... class CredentialsTest extends \PHPUnit_Framework_TestCase should be... class CredentialsTest extends \PHPUnit\Framework\TestCase ...In PHPUnit 8 and above.

Thanks.