Index: tests/phpunit/testcases/users/template/user.php
===================================================================
--- tests/phpunit/testcases/users/template/user.php	(revision 5935)
+++ tests/phpunit/testcases/users/template/user.php	(working copy)
@@ -24,7 +24,7 @@
 		$this->set_current_user( $this->old_current_user );
 	}
 
-	private function set_permalink_structure( $permalink_structure = '/%year%/%monthnum%/%day%/%postname%/' ) {
+	public function set_permalink_structure( $permalink_structure = '/%year%/%monthnum%/%day%/%postname%/' ) {
 		global $wp_rewrite;
 		$wp_rewrite->set_permalink_structure( $permalink_structure );
 	}
