File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/phpunit/tests/admin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments