Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.x] improvement tests for Str::kebab method #50926

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

saMahmoudzadeh
Copy link
Contributor

This PR enhances the test coverage for the Str::kebab method.

using space in $value input:

$this->assertSame('laravel-php-framework', Str::kebab('Laravel Php Framework'));

using special character(❤) in $value input:

$this->assertSame('laravel❤-php-framework', Str::kebab('Laravel ❤ Php Framework'));

if $value is empty string

$this->assertSame('', Str::kebab(''));

@taylorotwell taylorotwell merged commit e22bff0 into laravel:11.x Apr 5, 2024
30 checks passed
@saMahmoudzadeh saMahmoudzadeh deleted the test/improvement-test branch April 5, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants