Skip to content

Commit cf34da3

Browse files
t-hamanoclaude
andcommitted
Tests: Fix array alignment in icon collection tests.
Address the PHPCS `WordPress.Arrays.MultipleStatementAlignment` warning by aligning the `label` key with the sibling `bogus` key in `test_register_rejects_unknown_property`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb85b94 commit cf34da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/icons/wpIconCollectionsRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function test_register_rejects_unknown_property() {
111111
$result = $this->collections->register(
112112
'my-collection',
113113
array(
114-
'label' => 'A',
114+
'label' => 'A',
115115
'bogus' => 'nope',
116116
)
117117
);

0 commit comments

Comments
 (0)