Skip to content

Commit f13e834

Browse files
committed
Fix phpcbf issues
1 parent ec6d04e commit f13e834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/phpunit/tests/admin/exportWp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ public function test_export_with_null_term_meta_values() {
452452

453453
$post_id = self::factory()->post->create(
454454
array(
455-
'post_title' => 'Test Post with Category',
456-
'post_type' => 'post',
457-
'post_status' => 'publish',
455+
'post_title' => 'Test Post with Category',
456+
'post_type' => 'post',
457+
'post_status' => 'publish',
458458
)
459459
);
460460

@@ -584,7 +584,7 @@ public function test_export_with_users_having_empty_fields() {
584584
$this->assertNotFalse( $xml, 'Export should not fail with users having empty name fields' );
585585

586586
// Check that the author is in the export.
587-
$authors = $xml->channel->children( 'wp', true );
587+
$authors = $xml->channel->children( 'wp', true );
588588
$found_author = false;
589589

590590
foreach ( $authors as $author ) {

0 commit comments

Comments
 (0)