Changeset 47212
- Timestamp:
- 02/08/2020 05:29:54 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47207 r47212 1271 1271 function wp( $query_vars = '' ) { 1272 1272 global $wp, $wp_query, $wp_the_query; 1273 1273 1274 $wp->main( $query_vars ); 1274 1275 -
trunk/tests/phpunit/tests/functions/wpAuthCheck.php
r47122 r47212 2 2 3 3 /** 4 * Tests for the behavior of `wp_auth_check()` 5 * 4 6 * @group functions.php 5 *6 * Tests for the behavior of `wp_auth_check()`7 7 */ 8 8 class Tests_Functions_WP_Auth_Check extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/functions/wpRemoteFopen.php
r47142 r47212 5 5 * @group functions.php 6 6 */ 7 class Tests_ wp_remote_fopen extends WP_UnitTestCase {7 class Tests_Functions_wp_remote_fopen extends WP_UnitTestCase { 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.