Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 22, 2024
1 parent 41de002 commit 2453bc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function testMakeSlugHelperHandlesNumbers()
$this->assertSame('hello-world-123', Hyde::makeSlug('Hello World 123'));
}


public function testMakeSlugHelperTransliteratesChineseCharacters()
{
$this->assertSame('ni-hao-shi-jie', Hyde::makeSlug('你好世界'));
Expand Down

0 comments on commit 2453bc0

Please sign in to comment.