Skip to content

Commit f618992

Browse files
committed
-
1 parent 7a62016 commit f618992

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTestCase.php renamed to src/Symfony/Component/Intl/Tests/Globals/IntlGlobalsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @group legacy
1818
*/
19-
class IntlGlobalsTestCase extends AbstractIntlGlobalsTestCase
19+
class IntlGlobalsTest extends AbstractIntlGlobalsTestCase
2020
{
2121
protected function getIntlErrorName($errorCode)
2222
{

src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTestCase.php renamed to src/Symfony/Component/Intl/Tests/Globals/Verification/IntlGlobalsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @group legacy
2424
*/
25-
class IntlGlobalsTestCase extends AbstractIntlGlobalsTestCase
25+
class IntlGlobalsTest extends AbstractIntlGlobalsTestCase
2626
{
2727
protected function setUp(): void
2828
{

0 commit comments

Comments
 (0)