Skip to content

Commit

Permalink
Fix incorrect covers annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Jul 10, 2023
1 parent 7bfb804 commit 807ffc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/Currency/CurrencySymbolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CurrencySymbolTest extends TestCase
{
/**
* @covers ::getSymbol
* @covers ::forCurrency
*/
public function testAllAlpha3CasesHaveAccessToSymbolOrNull(): void
{
Expand All @@ -31,7 +31,7 @@ public function testAllAlpha3CasesHaveAccessToSymbolOrNull(): void
}

/**
* @covers ::getSymbol
* @covers ::forCurrency
*/
public function testAllNameCasesHaveAccessToSymbolOrNull(): void
{
Expand All @@ -47,7 +47,7 @@ public function testAllNameCasesHaveAccessToSymbolOrNull(): void
}

/**
* @covers ::getSymbol
* @covers ::forCurrency
*/
public function testAllNumericCasesHaveAccessToSymbolOrNull(): void
{
Expand Down

0 comments on commit 807ffc8

Please sign in to comment.