mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Query: Correct some coding standards after [49843].
See #44183 git-svn-id: https://develop.svn.wordpress.org/trunk@49847 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -594,7 +594,7 @@ class Tests_General_Template extends WP_UnitTestCase {
|
||||
* @ticket 44183
|
||||
*/
|
||||
function test_get_the_archive_title_is_correct_for_author_queries() {
|
||||
$user_with_posts = $this->factory()->user->create_and_get(
|
||||
$user_with_posts = $this->factory()->user->create_and_get(
|
||||
array(
|
||||
'role' => 'author',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user