@@ -176,7 +176,7 @@ public function test_meta_query_refuses_non_cacheable_key() {
176176 array ( 'invalidates_query_cache ' => false )
177177 );
178178
179- $ query = new WP_Query ();
179+ $ query = new WP_Query ();
180180 $ query ->query_vars ['post_type ' ] = 'post ' ;
181181
182182 $ meta_query = new WP_Meta_Query (
@@ -272,7 +272,7 @@ public function test_subtype_registration_refuses_meta_query_for_matching_post_t
272272 array ( 'invalidates_query_cache ' => false )
273273 );
274274
275- $ query = new WP_Query ();
275+ $ query = new WP_Query ();
276276 $ query ->query_vars ['post_type ' ] = 'post ' ;
277277
278278 $ meta_query = new WP_Meta_Query (
@@ -303,7 +303,7 @@ public function test_subtype_registration_allows_meta_query_for_different_post_t
303303 array ( 'invalidates_query_cache ' => false )
304304 );
305305
306- $ query = new WP_Query ();
306+ $ query = new WP_Query ();
307307 $ query ->query_vars ['post_type ' ] = 'post ' ;
308308
309309 $ meta_query = new WP_Meta_Query (
@@ -333,7 +333,7 @@ public function test_subtype_registration_refuses_meta_query_for_array_with_matc
333333 array ( 'invalidates_query_cache ' => false )
334334 );
335335
336- $ query = new WP_Query ();
336+ $ query = new WP_Query ();
337337 $ query ->query_vars ['post_type ' ] = array ( 'post ' , 'page ' );
338338
339339 $ meta_query = new WP_Meta_Query (
0 commit comments