Skip to content

Commit ec6d04e

Browse files
committed
Fix phpcs fixes
1 parent ae9cf2a commit ec6d04e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/phpunit/tests/admin/exportWp.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public function test_export_with_null_postmeta_values() {
350350
$post_id,
351351
'array_meta',
352352
array(
353-
'key' => 'value'
353+
'key' => 'value',
354354
)
355355
);
356356

@@ -566,8 +566,10 @@ public function test_export_with_users_having_empty_fields() {
566566
array(
567567
'display_name' => null,
568568
),
569-
array( 'ID' => $user_id ),
570-
array( '%s'),
569+
array(
570+
'ID' => $user_id,
571+
),
572+
array( '%s' ),
571573
array( '%d' )
572574
);
573575

0 commit comments

Comments
 (0)