Skip to content

Commit

Permalink
Fix alignment in an array around double arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 4, 2023
1 parent 48c02b8 commit 0e4b342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/phpunit/tests/blocks/getHookedBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,24 @@ public function test_get_hooked_blocks_matches_found() {

$this->assertEquals(
array(
'tests/hooked-at-before' => array(
'tests/hooked-at-before' => array(
'before' => array(
'tests/injected-one',
'tests/injected-two',
),
),
'tests/hooked-at-after' => array(
'tests/hooked-at-after' => array(
'after' => array(
'tests/injected-one',
'tests/injected-two',
),
),
'tests/hooked-at-first-child' => array(
'tests/hooked-at-first-child' => array(
'first_child' => array(
'tests/injected-two',
),
),
'tests/hooked-at-last-child' => array(
'tests/hooked-at-last-child' => array(
'last_child' => array(
'tests/injected-two',
),
Expand Down

0 comments on commit 0e4b342

Please sign in to comment.