Changeset 56971
- Timestamp:
- 10/19/2023 01:51:04 PM (12 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 112 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesTheme.php
r54090 r56971 1 1 <?php 2 2 /** 3 * @group admin 3 4 * @group themes 4 5 */ -
trunk/tests/phpunit/tests/admin/wpAutomaticUpdater.php
r56622 r56971 2 2 3 3 /** 4 * @group admin 4 5 * @group upgrade 5 6 * -
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r56559 r56971 2 2 3 3 /** 4 * @group admin 4 5 * @group site-health 5 6 * -
trunk/tests/phpunit/tests/admin/wpUserSearch.php
r56470 r56971 1 1 <?php 2 2 /** 3 * @group admin 4 * @group user 5 * 3 6 * @coversDefaultClass WP_User_Search 4 7 */ -
trunk/tests/phpunit/tests/admin/wpUsersListTable.php
r54215 r56971 3 3 /** 4 4 * @group admin 5 * @group user 5 6 * 6 7 * @covers WP_Users_List_Table -
trunk/tests/phpunit/tests/block-supports/duotone.php
r56226 r56971 3 3 /** 4 4 * Test the block WP_Duotone class. 5 * 6 * @group block-supports 5 7 * 6 8 * @package WordPress -
trunk/tests/phpunit/tests/blocks/getBlockTemplates.php
r56746 r56971 1 1 <?php 2 2 /** 3 * @group blocks 3 4 * @group block-templates 4 5 * -
trunk/tests/phpunit/tests/canonical/category.php
r49603 r56971 3 3 /** 4 4 * @group canonical 5 * @group rewrite 6 * @group query 5 7 */ 6 8 class Tests_Canonical_Category extends WP_Canonical_UnitTestCase { -
trunk/tests/phpunit/tests/canonical/stripFragmentFromUrl.php
r52833 r56971 5 5 * @group rewrite 6 6 * @group query 7 * 7 8 * @covers ::strip_fragment_from_url 8 9 */ -
trunk/tests/phpunit/tests/category/categoryDescription.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 * 6 7 * @covers ::category_description -
trunk/tests/phpunit/tests/category/getAllCategoryIds.php
r54717 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::get_all_category_ids -
trunk/tests/phpunit/tests/category/getCatId.php
r56548 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::get_cat_ID -
trunk/tests/phpunit/tests/category/getCatName.php
r56548 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::get_cat_name -
trunk/tests/phpunit/tests/category/getCategories.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category .php5 * @group category 6 6 * 7 7 * @covers ::get_categories -
trunk/tests/phpunit/tests/category/getCategoryByPath.php
r54717 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::get_category_by_path -
trunk/tests/phpunit/tests/category/getCategoryBySlug.php
r56548 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::get_category_by_slug -
trunk/tests/phpunit/tests/category/getCategoryLink.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 * 6 7 * @covers ::get_category_link -
trunk/tests/phpunit/tests/category/getCategoryParents.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 * 6 7 * @covers ::get_category_parents -
trunk/tests/phpunit/tests/category/getTheCategoryById.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 * 6 7 * @covers ::get_the_category_by_ID -
trunk/tests/phpunit/tests/category/makeCatCompat.php
r54717 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::_make_cat_compat -
trunk/tests/phpunit/tests/category/walkerCategory.php
r56559 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category 4 5 * @group walker 5 6 * -
trunk/tests/phpunit/tests/category/wpDropdownCategories.php
r53684 r56971 2 2 /** 3 3 * @group taxonomy 4 * @group category .php4 * @group category 5 5 * 6 6 * @covers ::wp_dropdown_categories -
trunk/tests/phpunit/tests/category/wpListCategories.php
r53684 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 * 6 7 * @covers ::wp_list_categories -
trunk/tests/phpunit/tests/comment/commentForm.php
r54488 r56971 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * 6 6 * @covers ::comment_form -
trunk/tests/phpunit/tests/comment/commentsOpen.php
r54090 r56971 2 2 3 3 /** 4 * @group comment 4 * @group comment 5 * 5 6 * @covers ::comments_open 6 7 */ -
trunk/tests/phpunit/tests/comment/commentsTemplate.php
r56635 r56971 2 2 3 3 /** 4 * Testing items that are only testable by grabbing the markup of `comments_template()` from the output buffer. 5 * 4 6 * @group comment 5 *6 * Testing items that are only testable by grabbing the markup of `comments_template()` from the output buffer.7 7 * 8 8 * @covers ::comments_template -
trunk/tests/phpunit/tests/comment/pingsOpen.php
r54090 r56971 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * @covers ::pings_open 6 6 */ -
trunk/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php
r55745 r56971 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * 6 6 * @covers ::wp_update_comment_count_now -
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r55457 r56971 10 10 * @since 4.5.0 11 11 * 12 * @group customize 12 13 * @group ajax 13 14 */ -
trunk/tests/phpunit/tests/date/currentDatetime.php
r52611 r56971 4 4 * @group date 5 5 * @group datetime 6 * 6 7 * @covers ::current_datetime 7 8 */ -
trunk/tests/phpunit/tests/date/currentTime.php
r54230 r56971 4 4 * @group date 5 5 * @group datetime 6 * 6 7 * @covers ::current_time 7 8 */ -
trunk/tests/phpunit/tests/date/dateI18n.php
r56141 r56971 4 4 * @group date 5 5 * @group datetime 6 * 6 7 * @covers ::date_i18n 7 8 */ -
trunk/tests/phpunit/tests/date/getCommentDate.php
r50291 r56971 5 5 * @group datetime 6 6 * @group comment 7 * 7 8 * @covers ::get_comment_date 8 9 */ -
trunk/tests/phpunit/tests/date/getFeedBuildDate.php
r54217 r56971 5 5 * @group datetime 6 6 * @group feed 7 * 7 8 * @covers ::get_feed_build_date 8 9 */ -
trunk/tests/phpunit/tests/date/getPermalink.php
r54207 r56971 5 5 * @group datetime 6 6 * @group post 7 * 7 8 * @covers ::get_permalink 8 9 */ -
trunk/tests/phpunit/tests/date/getPostTime.php
r54217 r56971 5 5 * @group datetime 6 6 * @group post 7 * 7 8 * @covers ::get_post_time 8 9 * @covers ::get_post_modified_time -
trunk/tests/phpunit/tests/date/getTheDate.php
r50291 r56971 5 5 * @group datetime 6 6 * @group post 7 * 7 8 * @covers ::get_the_date 8 9 */ -
trunk/tests/phpunit/tests/date/getTheModifiedDate.php
r54090 r56971 5 5 * @group datetime 6 6 * @group post 7 * 7 8 * @covers ::get_the_modified_date 8 9 */ -
trunk/tests/phpunit/tests/date/maybeDeclineDate.php
r51568 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group date 5 * @group datetime 5 6 * @group i18n 6 * @group datetime 7 * @group functions 8 * 7 9 * @covers ::wp_maybe_decline_date 8 10 */ -
trunk/tests/phpunit/tests/date/mysql2date.php
r54230 r56971 4 4 * @group date 5 5 * @group datetime 6 * @group functions 7 * 6 8 * @covers ::mysql2date 7 9 */ -
trunk/tests/phpunit/tests/date/query.php
r56746 r56971 6 6 * See query/dateQuery.php for tests that require WP_Query. 7 7 * 8 * @group date 9 * @group datetime 8 10 * @group datequery 9 * @group date11 * 10 12 * @covers WP_Date_Query 11 13 */ -
trunk/tests/phpunit/tests/date/theDate.php
r56549 r56971 5 5 * @group datetime 6 6 * @group post 7 * 7 8 * @covers ::the_date 8 9 * @covers ::the_weekday_date -
trunk/tests/phpunit/tests/date/wpDate.php
r53810 r56971 4 4 * @group date 5 5 * @group datetime 6 * 6 7 * @covers ::wp_date 7 8 */ -
trunk/tests/phpunit/tests/date/wpTimezone.php
r55562 r56971 4 4 * @group date 5 5 * @group datetime 6 * 6 7 * @covers ::wp_timezone_string 7 8 * @covers ::wp_timezone -
trunk/tests/phpunit/tests/date/xmlrpc.php
r54321 r56971 5 5 * @group datetime 6 6 * @group xmlrpc 7 * 7 8 * @covers IXR_Date 8 9 */ -
trunk/tests/phpunit/tests/db/dbDelta.php
r56738 r56971 4 4 * Test dbDelta() 5 5 * 6 * @group wpdb 7 * @group dbdelta 6 8 * @group upgrade 7 * @group dbdelta8 9 * 9 10 * @covers ::dbDelta -
trunk/tests/phpunit/tests/editor/classic-to-block-menu-converter.php
r56422 r56971 8 8 /** 9 9 * Tests for the WP_Classic_To_Block_Menu_Converter_Test class. 10 * 11 * @group editor 10 12 */ 11 13 class WP_Classic_To_Block_Menu_Converter_Test extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/editor/navigation-fallback.php
r56548 r56971 8 8 /** 9 9 * Tests for the WP_Navigation_Fallback class. 10 * 11 * @group editor 10 12 */ 11 13 class WP_Navigation_Fallback_Test extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/filesystem/copyDir.php
r56547 r56971 4 4 * Tests copy_dir(). 5 5 * 6 * @group file.php 6 * @group file 7 * @group filesystem 7 8 * 8 9 * @covers ::copy_dir -
trunk/tests/phpunit/tests/filesystem/findFolder.php
r56548 r56971 4 4 5 5 /** 6 * @group file 6 7 * @group filesystem 7 * @group wp-filesystem8 8 */ 9 9 class WP_Filesystem_Find_Folder_Test extends WP_Filesystem_UnitTestCase { … … 91 91 /example.com/www/wp-includes/ 92 92 /example.com/www/wp-content/plugins/ 93 93 94 94 # sub.example.com 95 95 /example.com/sub/index.php -
trunk/tests/phpunit/tests/filesystem/moveDir.php
r56547 r56971 4 4 * Tests move_dir(). 5 5 * 6 * @group file.php 6 * @group file 7 * @group filesystem 7 8 * 8 9 * @covers ::move_dir -
trunk/tests/phpunit/tests/filesystem/unzipFilePclzip.php
r56970 r56971 4 4 * Tests _unzip_file_pclzip(). 5 5 * 6 * @group file.php 6 * @group file 7 * @group filesystem 7 8 * 8 9 * @covers ::_unzip_file_pclzip -
trunk/tests/phpunit/tests/filesystem/unzipFileZiparchive.php
r56970 r56971 4 4 * Tests _unzip_file_ziparchive(). 5 5 * 6 * @group file.php 6 * @group file 7 * @group filesystem 7 8 * 8 9 * @covers ::_unzip_file_ziparchive -
trunk/tests/phpunit/tests/filesystem/wpOpcacheInvalidateDirectory.php
r55204 r56971 4 4 * Tests wp_opcache_invalidate_directory(). 5 5 * 6 * @group file.php 6 * @group file 7 * @group filesystem 7 8 * 8 9 * @covers ::wp_opcache_invalidate_directory -
trunk/tests/phpunit/tests/functions.php
r56559 r56971 2 2 3 3 /** 4 * @group functions .php4 * @group functions 5 5 */ 6 6 class Tests_Functions extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/functions/addMagicQuotes.php
r56547 r56971 3 3 /** 4 4 * @group formatting 5 * @group functions.php 5 * @group functions 6 * 6 7 * @covers ::add_magic_quotes 7 8 */ -
trunk/tests/phpunit/tests/functions/allowedProtocols.php
r52010 r56971 3 3 /** 4 4 * @group formatting 5 * @group functions.php 5 * @group functions 6 * 6 7 * @covers ::wp_allowed_protocols 7 8 */ -
trunk/tests/phpunit/tests/functions/anonymization.php
r56547 r56971 7 7 * @since 4.9.6 8 8 * 9 * @group functions .php9 * @group functions 10 10 * @group privacy 11 * 11 12 * @covers ::wp_privacy_anonymize_data 12 13 */ -
trunk/tests/phpunit/tests/functions/canonicalCharset.php
r56547 r56971 6 6 * @since 4.8.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::_canonical_charset 10 11 */ -
trunk/tests/phpunit/tests/functions/cleanDirsizeCache.php
r54663 r56971 4 4 * Tests specific to the directory size caching. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 8 * @covers ::clean_dirsize_cache 7 9 */ 8 10 class Tests_Functions_CleanDirsizeCache extends WP_UnitTestCase { … … 12 14 * 13 15 * @ticket 52241 14 *15 * @covers ::clean_dirsize_cache16 16 * 17 17 * @dataProvider data_clean_dirsize_cache_with_invalid_inputs … … 57 57 * 58 58 * @ticket 52241 59 *60 * @covers ::clean_dirsize_cache61 59 * 62 60 * @dataProvider data_clean_dirsize_cache_with_non_path_string -
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r52780 r56971 6 6 * @ticket 38101 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::_cleanup_header_comment 10 11 */ -
trunk/tests/phpunit/tests/functions/doEnclose.php
r56547 r56971 8 8 * @since 5.3.0 9 9 * 10 * @group functions .php10 * @group functions 11 11 * @group post 12 * 12 13 * @covers ::do_enclose 13 14 */ -
trunk/tests/phpunit/tests/functions/getNonCachedIds.php
r56281 r56971 5 5 * @package WordPress 6 6 * 7 * @group functions 7 8 * @group cache 8 9 * -
trunk/tests/phpunit/tests/functions/getStatusHeaderDesc.php
r55562 r56971 6 6 * @since 5.3.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::get_status_header_desc 10 11 */ -
trunk/tests/phpunit/tests/functions/getWeekstartend.php
r49006 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group functions 5 * 5 6 * @covers ::get_weekstartend 6 7 */ -
trunk/tests/phpunit/tests/functions/isNewDay.php
r56547 r56971 5 5 * @since 5.2.0 6 6 * 7 * @group functions.php 7 * @group functions 8 * 8 9 * @covers ::is_new_day 9 10 */ -
trunk/tests/phpunit/tests/functions/isPhpVersionCompatible.php
r53426 r56971 4 4 * Tests the is_php_version_compatible() function. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::is_php_version_compatible 8 9 */ -
trunk/tests/phpunit/tests/functions/isSerialized.php
r53890 r56971 6 6 * @ticket 53299 7 7 * 8 * @group functions.php 8 * @group function 9 * 9 10 * @covers ::is_serialized 10 11 */ -
trunk/tests/phpunit/tests/functions/isSerializedString.php
r53890 r56971 6 6 * @ticket 42870 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::is_serialized_string 10 11 */ -
trunk/tests/phpunit/tests/functions/isWpVersionCompatible.php
r53237 r56971 4 4 * Tests the is_wp_version_compatible() function. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::is_wp_version_compatible 8 9 */ -
trunk/tests/phpunit/tests/functions/listFiles.php
r56069 r56971 4 4 * Test list_files(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::list_files 8 9 */ -
trunk/tests/phpunit/tests/functions/maybeSerialize.php
r54997 r56971 4 4 * Tests for `maybe_serialize()` and `maybe_unserialize()`. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::maybe_serialize 8 9 * @covers ::maybe_unserialize -
trunk/tests/phpunit/tests/functions/numberFormatI18n.php
r49006 r56971 4 4 * Tests for number_format_i18n() 5 5 * 6 * @group functions .php6 * @group functions 7 7 * @group i18n 8 * 8 9 * @covers ::number_format_i18n 9 10 */ -
trunk/tests/phpunit/tests/functions/pluginBasename.php
r52010 r56971 4 4 * Tests for plugin_basename() 5 5 * 6 * @group function s.php6 * @group function 7 7 * @group plugins 8 * 8 9 * @covers ::plugin_basename 9 10 */ -
trunk/tests/phpunit/tests/functions/referer.php
r56115 r56971 4 4 * Test wp_get_referer(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_get_referer 8 9 * @covers ::wp_get_raw_referer -
trunk/tests/phpunit/tests/functions/removeQueryArg.php
r55562 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group functions 5 * 5 6 * @covers ::remove_query_arg 6 7 */ -
trunk/tests/phpunit/tests/functions/sizeFormat.php
r55562 r56971 8 8 * @ticket 40875 9 9 * 10 * @group functions.php 10 * @group functions 11 * 11 12 * @covers ::size_format 12 13 */ -
trunk/tests/phpunit/tests/functions/underscoreReturn.php
r49006 r56971 5 5 * @since 5.1.0 6 6 * 7 * @group functions .php7 * @group functions 8 8 */ 9 9 class Tests_Functions_UnderscoreReturn extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/functions/wp.php
r56547 r56971 2 2 3 3 /** 4 * @group functions .php4 * @group functions 5 5 * @group query 6 * 6 7 * @covers ::wp 7 8 */ -
trunk/tests/phpunit/tests/functions/wpAdminNotice.php
r56654 r56971 4 4 * Tests for `wp_admin_notice()`. 5 5 * 6 * @group functions .php6 * @group functions 7 7 * 8 8 * @covers ::wp_admin_notice -
trunk/tests/phpunit/tests/functions/wpArrayGet.php
r52780 r56971 6 6 * @since 5.6.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::_wp_array_get 10 11 */ -
trunk/tests/phpunit/tests/functions/wpArraySet.php
r52780 r56971 6 6 * @since 5.8.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::_wp_array_set 10 11 */ -
trunk/tests/phpunit/tests/functions/wpArraySliceAssoc.php
r52780 r56971 6 6 * @since 5.3.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::wp_array_slice_assoc 10 11 */ -
trunk/tests/phpunit/tests/functions/wpAuthCheck.php
r52010 r56971 4 4 * Tests for the behavior of `wp_auth_check()` 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::is_user_logged_in 8 9 * @covers ::wp_auth_check -
trunk/tests/phpunit/tests/functions/wpCheckAlternateFileNames.php
r54422 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group functions 5 * 5 6 * @covers ::_wp_check_alternate_file_names 6 7 */ -
trunk/tests/phpunit/tests/functions/wpCheckFiletype.php
r55456 r56971 4 4 * Tests for wp_check_filetype(). 5 5 * 6 * @group functions .php6 * @group functions 7 7 * @group upload 8 8 * -
trunk/tests/phpunit/tests/functions/wpFilesize.php
r56559 r56971 4 4 * Tests for the wp_filesize() function. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_filesize 8 9 */ -
trunk/tests/phpunit/tests/functions/wpFilterObjectList.php
r51668 r56971 4 4 * Test wp_filter_object_list(). 5 5 * 6 * @group functions .php6 * @group functions 7 7 * @covers ::wp_filter_object_list 8 8 */ -
trunk/tests/phpunit/tests/functions/wpFuzzyNumberMatch.php
r56547 r56971 4 4 * Test wp_fuzzy_number_match(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_fuzzy_number_match 8 9 */ -
trunk/tests/phpunit/tests/functions/wpGetAdminNotice.php
r56654 r56971 4 4 * Tests for `wp_get_admin_notice()`. 5 5 * 6 * @group functions .php6 * @group functions 7 7 * 8 8 * @covers ::wp_get_admin_notice -
trunk/tests/phpunit/tests/functions/wpGetArchives.php
r52010 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group functions 5 * 5 6 * @covers ::wp_get_archives 6 7 */ -
trunk/tests/phpunit/tests/functions/wpGetMimeTypes.php
r51331 r56971 4 4 * Test wp_get_mime_types(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_get_mime_types 8 9 */ -
trunk/tests/phpunit/tests/functions/wpGuessUrl.php
r54148 r56971 4 4 * Test wp_guess_url(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_guess_url 8 9 */ -
trunk/tests/phpunit/tests/functions/wpIsNumericArray.php
r52048 r56971 2 2 3 3 /** 4 * @group functions.php 4 * @group functions 5 * 5 6 * @covers ::wp_is_numeric_array 6 7 */ -
trunk/tests/phpunit/tests/functions/wpListFilter.php
r56137 r56971 4 4 * Test wp_list_filter(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_list_filter 8 9 */ -
trunk/tests/phpunit/tests/functions/wpListPluck.php
r55562 r56971 4 4 * Test wp_list_pluck(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_list_pluck 8 9 */ -
trunk/tests/phpunit/tests/functions/wpListSort.php
r55562 r56971 4 4 * Test wp_list_sort(). 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_list_sort 8 9 */ -
trunk/tests/phpunit/tests/functions/wpListUtil.php
r56547 r56971 4 4 * Test WP_List_Util class. 5 5 * 6 * @group functions .php6 * @group functions 7 7 */ 8 8 class Tests_Functions_wpListUtil extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/functions/wpNonceAys.php
r51608 r56971 6 6 * @since 5.9.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::wp_nonce_ays 10 11 */ -
trunk/tests/phpunit/tests/functions/wpNonceField.php
r55006 r56971 6 6 * @since 6.1.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::wp_nonce_field 10 11 */ -
trunk/tests/phpunit/tests/functions/wpNonceUrl.php
r54407 r56971 2 2 3 3 /** 4 * @group functions .php4 * @group functions 5 5 * 6 6 * @covers ::wp_nonce_url -
trunk/tests/phpunit/tests/functions/wpRefererField.php
r55130 r56971 6 6 * @since 6.1.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::wp_referer_field 10 11 */ -
trunk/tests/phpunit/tests/functions/wpRemoteFopen.php
r51331 r56971 3 3 * @group http 4 4 * @group external-http 5 * @group functions.php 5 * @group functions 6 * 6 7 * @covers ::wp_remote_fopen 7 8 */ -
trunk/tests/phpunit/tests/functions/wpToKebabCase.php
r52780 r56971 6 6 * @since 5.8.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::_wp_to_kebab_case 10 11 */ -
trunk/tests/phpunit/tests/functions/wpTriggerError.php
r56530 r56971 6 6 * @since 6.4.0 7 7 * 8 * @group functions.php 8 * @group functions 9 * 9 10 * @covers ::wp_trigger_error 10 11 */ -
trunk/tests/phpunit/tests/functions/wpValidateBoolean.php
r53322 r56971 4 4 * Tests for the wp_validate_boolean() function. 5 5 * 6 * @group functions.php 6 * @group functions 7 * 7 8 * @covers ::wp_validate_boolean 8 9 */ -
trunk/tests/phpunit/tests/functions/xmlrpc.php
r53326 r56971 2 2 3 3 /** 4 * @group functions 4 5 * @group xmlrpc 6 * 5 7 * @ticket 53490 6 8 */ -
trunk/tests/phpunit/tests/load/isLogin.php
r54447 r56971 4 4 * Tests for is_login(). 5 5 * 6 * @group load.php 6 * @group load 7 * 7 8 * @covers ::is_login 8 9 */ -
trunk/tests/phpunit/tests/load/wpConvertHrToBytes.php
r53867 r56971 4 4 * Tests for wp_convert_hr_to_bytes(). 5 5 * 6 * @group load .php6 * @group load 7 7 * 8 8 * @covers ::wp_convert_hr_to_bytes -
trunk/tests/phpunit/tests/load/wpDebugMode.php
r55457 r56971 8 8 * @since 5.9.0 9 9 * 10 * @group load .php10 * @group load 11 11 * @group wp-debug-mode 12 * 12 13 * @covers ::wp_debug_mode 13 14 */ -
trunk/tests/phpunit/tests/load/wpGetDevelopmentMode.php
r56249 r56971 7 7 * @since 6.3.0 8 8 * 9 * @group load.php 9 * @group load 10 * 10 11 * @covers ::wp_get_development_mode 11 12 * @covers ::wp_is_development_mode -
trunk/tests/phpunit/tests/load/wpIsIniValueChangeable.php
r53867 r56971 4 4 * Tests for wp_is_ini_value_changeable(). 5 5 * 6 * @group load .php6 * @group load 7 7 * 8 8 * @covers ::wp_is_ini_value_changeable -
trunk/tests/phpunit/tests/term.php
r56650 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 */ 6 7 class Tests_Term extends WP_UnitTestCase { … … 128 129 } 129 130 130 /**131 * @group category.php132 */133 131 public function test_term_is_ancestor_of() { 134 132 $term = rand_str(); -
trunk/tests/phpunit/tests/vars.php
r56680 r56971 3 3 * Test functions in wp-includes/vars.php 4 4 * 5 * @group vars .php5 * @group vars 6 6 */ 7 7 class Tests_Vars extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.