Skip to content

Commit

Permalink
Fix coverage annotation for currency
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Mar 22, 2023
1 parent a305356 commit 5d97f66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Currency/CurrencyAlpha3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class CurrencyAlpha3Test extends TestCase
{
/**
* @covers ::toISO4217_Numeric
* @covers ::toCurrencyNumeric
*/
public function testAllCasesCanBeConvertedToISO4217Numeric(): void
{
Expand All @@ -29,7 +29,7 @@ public function testAllCasesCanBeConvertedToISO4217Numeric(): void
}

/**
* @covers ::toISO4217_Name
* @covers ::toCurrencyName
*/
public function testAllCasesCanBeConvertedToISO4217Name(): void
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Currency/CurrencyNameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class CurrencyNameTest extends TestCase
{
/**
* @covers ::toISO4217_Numeric
* @covers ::toCurrencyNumeric
*/
public function testAllCasesCanBeConvertedToISO4217Numeric(): void
{
Expand All @@ -29,7 +29,7 @@ public function testAllCasesCanBeConvertedToISO4217Numeric(): void
}

/**
* @covers ::toISO4217_Alpha_3
* @covers ::toCurrencyAlpha3
*/
public function testAllCasesCanBeConvertedToISO4217Alpha3(): void
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Currency/CurrencyNumericTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class CurrencyNumericTest extends TestCase
{
/**
* @covers ::toISO4217_Alpha_3
* @covers ::toCurrencyAlpha3
*/
public function testAllCasesCanBeConvertedToISO4217Alpha3(): void
{
Expand All @@ -30,7 +30,7 @@ public function testAllCasesCanBeConvertedToISO4217Alpha3(): void
}

/**
* @covers ::toISO4217_Name
* @covers ::toCurrencyName
*/
public function testAllCasesCanBeConvertedToISO4217Name(): void
{
Expand Down

0 comments on commit 5d97f66

Please sign in to comment.