Skip to content

Commit f98b595

Browse files
Remove useless parent method calls in tests
1 parent ddd3977 commit f98b595

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/IntlTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ class IntlTest extends TestCase
2020

2121
protected function setUp(): void
2222
{
23-
parent::setUp();
24-
2523
$this->defaultLocale = \Locale::getDefault();
2624
}
2725

2826
protected function tearDown(): void
2927
{
30-
parent::tearDown();
31-
3228
\Locale::setDefault($this->defaultLocale);
3329
}
3430

0 commit comments

Comments
 (0)