summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-21 15:16:30 +0800
committerZhineng Li <[email protected]>2026-01-21 15:16:45 +0800
commitaf463a24435f937b150934c73f268c60b389feb3 (patch)
tree7f51d408b1364888c86992b4cc4f93ef64f5fc30 /tests
parent7b9ca37cb4e18df510ce770682d021c26ac544f1 (diff)
downloadregion-china-af463a24435f937b150934c73f268c60b389feb3.tar.gz
region-china-af463a24435f937b150934c73f268c60b389feb3.zip
one line
Diffstat (limited to 'tests')
-rw-r--r--tests/RegionManagerTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/RegionManagerTest.php b/tests/RegionManagerTest.php
index c4008e9..bf2a5be 100644
--- a/tests/RegionManagerTest.php
+++ b/tests/RegionManagerTest.php
@@ -14,11 +14,7 @@ final class RegionManagerTest extends TestCase
{
public function test_name_resolution(): void
{
- $manager = new RegionManager(
- ['_110000' => '北京市'],
- [],
- []
- );
+ $manager = new RegionManager(['_110000' => '北京市'], [], []);
$this->assertSame('北京市', $manager->getName(110000));
}