Skip to content

Commit

Permalink
update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Dec 18, 2024
1 parent 4e49ce5 commit edfd9b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/includes/class-test-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ public function test_migrate_to_4_6_0() {

// Set up test meta data.
$meta_data = array(
'activitypub_actor_json' => '{"type":"Person"}',
'activitypub_canonical_url' => 'https://example.com/post-1',
'activitypub_errors' => 'Test error',
'activitypub_inbox' => 'https://example.com/inbox',
'activitypub_user_id' => '123',
'unrelated_meta' => 'should not change',
'activitypub_actor_json' => '{"type":"Person"}',
'activitypub_canonical_url' => 'https://example.com/post-1',
'activitypub_errors' => 'Test error',
'activitypub_inbox' => 'https://example.com/inbox',
'activitypub_user_id' => '123',
'unrelated_meta' => 'should not change',
);

foreach ( $meta_data as $key => $value ) {
Expand Down

0 comments on commit edfd9b5

Please sign in to comment.