Skip to content

Commit

Permalink
Fix code coverage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Sep 23, 2024
1 parent 689aeb9 commit 4ff0da0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Filesystem/FilenameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ public function testGrayscale($prop, $value, $expected)

/**
* @covers ::name
* @covers ::sanitizeName
*/
public function testName()
{
Expand All @@ -299,6 +300,7 @@ public function testName()

/**
* @covers ::name
* @covers ::sanitizeName
*/
public function testNameSanitization()
{
Expand All @@ -308,6 +310,7 @@ public function testNameSanitization()

/**
* @covers ::name
* @covers ::sanitizeName
*/
public function testNameSanitizationWithLanguageRules()
{
Expand Down

0 comments on commit 4ff0da0

Please sign in to comment.