php-oauth icon indicating copy to clipboard operation
php-oauth copied to clipboard

Add support for latest version of PHPUnit

Open JordanRifaey opened this issue 6 years ago • 0 comments

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.

JordanRifaey avatar Oct 08 '19 15:10 JordanRifaey