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"]]));