shouldHaveType(StringFormatter::class); } function it_implements_string_formatter_interface(): void { $this->shouldHaveType(StringFormatterInterface::class); } function it_formats_to_lowercase_without_spaces(): void { $this->formatToLowercaseWithoutSpaces('StrIng in-De-x')->shouldBeEqualTo('string_in_de_x'); } }