jwt
jwt copied to clipboard
Tests failing due to PHPUnit version
Either update tests to use namespaced classes (e.g. \PHPUnit_Framework_TestCase
to \PHPUnit\Framework\TestCase
) or lock the phpunit version to a release that allows non-namespaced classes.
I prefer updating the PHPUnit
version and use the class-based namespace.
And it can be compatible with the latest/stable PHPUnit versions :+1:.