You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- a/tests/SpTest.php+++ b/tests/SpTest.php@@ -479,7 +479,7 @@ final class SpTest extends PHPUnit\Framework\TestCase
}
}
- public static function tearDownAfterClass()+ public static function tearDownAfterClass() : void
{
unlink(self::$settings['sp_key_file']);
unlink(self::$settings['sp_cert_file']);
but I got many warnings similar to:
⚠ Can load from valid x m l
│
│ assertAttributeNotEmpty() is deprecated and will be removed in PHPUnit 9.
│ readAttribute() is deprecated and will be removed in PHPUnit 9.
│ getObjectAttribute() is deprecated and will be removed in PHPUnit 9.
I tried, it just requires this small fix:
but I got many warnings similar to:
these are related to: sebastianbergmann/phpunit#3338
rationale:
upgrade path suggested by the creator of PHPUnit:
The text was updated successfully, but these errors were encountered: