Skip to content

Commit 7a62016

Browse files
committed
-
1 parent a46fe21 commit 7a62016

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTestCase.php renamed to src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @group legacy
2626
*/
27-
class NumberFormatterTestCase extends AbstractNumberFormatterTestCase
27+
class NumberFormatterTest extends AbstractNumberFormatterTestCase
2828
{
2929
public function testConstructorWithUnsupportedLocale()
3030
{

src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTestCase.php renamed to src/Symfony/Component/Intl/Tests/NumberFormatter/Verification/NumberFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Note that there are some values written like -2147483647 - 1. This is the lower 32bit int max and is a known
1919
* behavior of PHP.
2020
*/
21-
class NumberFormatterTestCase extends AbstractNumberFormatterTestCase
21+
class NumberFormatterTest extends AbstractNumberFormatterTestCase
2222
{
2323
protected function setUp(): void
2424
{

0 commit comments

Comments
 (0)