We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59853 commit 60356b1Copy full SHA for 60356b1
tests/CarbonTimeZone/ConversionsTest.php
@@ -23,6 +23,7 @@
23
use stdClass;
24
use Tests\AbstractTestCaseWithOldNow;
25
26
+#[Medium]
27
class ConversionsTest extends AbstractTestCaseWithOldNow
28
{
29
public function testToString()
@@ -31,7 +32,6 @@ public function testToString()
31
32
$this->assertSame('Europe/Paris', (string) (new CarbonTimeZone('Europe/Paris')));
33
}
34
- #[Medium]
35
public function testToRegionName()
36
37
$this->assertSame('America/Chicago', (new CarbonTimeZone(-5))->toRegionName());
0 commit comments