From b099f73c8518207917bd4d7ca3823977bba949d8 Mon Sep 17 00:00:00 2001 From: Ramazan EFE Date: Wed, 23 Aug 2023 23:08:10 +0300 Subject: [PATCH] v1.0.12 --- tests/TrTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TrTest.php b/tests/TrTest.php index 503cc20..aa6e612 100644 --- a/tests/TrTest.php +++ b/tests/TrTest.php @@ -1,6 +1,6 @@ assertSame($row["expected_e"], Tr::suffix("e", $row["text"], ["locale" => $row["locale"], "apostrophe" => $row["apostrophe"], "uppercase" => $row["uppercase"]])); $this->assertSame($row["expected_i"], Tr::suffix("i", $row["text"], ["locale" => $row["locale"], "apostrophe" => $row["apostrophe"], "uppercase" => $row["uppercase"]]));