diff --git a/tests/phpunit/tests/user/query.php b/tests/phpunit/tests/user/query.php index 7704344d62..1fe2652f3c 100644 --- a/tests/phpunit/tests/user/query.php +++ b/tests/phpunit/tests/user/query.php @@ -688,8 +688,10 @@ class Tests_User_Query extends WP_UnitTestCase { 'who' => 'authors', 'blog_id' => $b, 'meta_query' => array( - 'key' => 'foo', - 'value' => 'bar', + array( + 'key' => 'foo', + 'value' => 'bar', + ) ), ) );