jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Tests failing due to PHPUnit version

Open emarref opened this issue 7 years ago • 1 comments

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.

emarref avatar Sep 12 '17 23:09 emarref

I prefer updating the PHPUnit version and use the class-based namespace. And it can be compatible with the latest/stable PHPUnit versions :+1:.

peter279k avatar Sep 04 '18 03:09 peter279k