Skip to content

Commit

Permalink
Add missing ordinal test for 'th' suffix
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Korba <wirone@gmail.com>
  • Loading branch information
caendesilva and Wirone authored Nov 29, 2023
1 parent 54ddd01 commit a2741f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/NumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
$this->assertSame('1st', Number::ordinal(1));
$this->assertSame('2nd', Number::ordinal(2));
$this->assertSame('3rd', Number::ordinal(3));
$this->assertSame('4th', Number::ordinal(4));
});

it('converts numbers to percentages', function () {
Expand Down

0 comments on commit a2741f5

Please sign in to comment.