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.
This should be prevented by switching to
final class
instead oftrait
for all assertions.