Skip to content

Commit 60356b1

Browse files
committed
Give more time to ConversionsTest
1 parent 7e59853 commit 60356b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CarbonTimeZone/ConversionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
use stdClass;
2424
use Tests\AbstractTestCaseWithOldNow;
2525

26+
#[Medium]
2627
class ConversionsTest extends AbstractTestCaseWithOldNow
2728
{
2829
public function testToString()
@@ -31,7 +32,6 @@ public function testToString()
3132
$this->assertSame('Europe/Paris', (string) (new CarbonTimeZone('Europe/Paris')));
3233
}
3334

34-
#[Medium]
3535
public function testToRegionName()
3636
{
3737
$this->assertSame('America/Chicago', (new CarbonTimeZone(-5))->toRegionName());

0 commit comments

Comments
 (0)