Astrotomic / phpunit-assertions

This package provides a set of common PHPUnit custom assertions.
MIT License
18 stars 3 forks source link

[PHP8.1] final classes instead of traits #4

Closed Gummibeer closed 2 years ago

Gummibeer commented 2 years ago

PHP Deprecated: Calling static trait method Astrotomic\PhpunitAssertions\UrlAssertions::assertValidLoose is deprecated, it should only be called on a class using the trait

This should be prevented by switching to final class instead of trait for all assertions.