Ticket #58955: 58955-group-notation.diff
File 58955-group-notation.diff, 11.1 KB (added by , 22 months ago) |
---|
-
tests/phpunit/tests/admin/includesTheme.php
1 1 <?php 2 2 /** 3 * @group admin 3 4 * @group themes 4 5 */ 5 6 class Tests_Admin_IncludesTheme extends WP_UnitTestCase { -
tests/phpunit/tests/admin/wpAutomaticUpdater.php
1 1 <?php 2 2 3 3 /** 4 * @group admin 4 5 * @group upgrade 5 6 * 6 7 * @covers WP_Automatic_Updater -
tests/phpunit/tests/admin/wpSiteHealth.php
1 1 <?php 2 2 3 3 /** 4 * @group admin 4 5 * @group site-health 5 6 * 6 7 * @coversDefaultClass WP_Site_Health -
tests/phpunit/tests/admin/wpUserSearch.php
1 1 <?php 2 2 /** 3 * @group admin 4 * @group user 5 * 3 6 * @coversDefaultClass WP_User_Search 4 7 */ 5 8 class Tests_Admin_wpUserSearch extends WP_UnitTestCase { -
tests/phpunit/tests/admin/wpUsersListTable.php
2 2 3 3 /** 4 4 * @group admin 5 * @group user 5 6 * 6 7 * @covers WP_Users_List_Table 7 8 */ -
tests/phpunit/tests/block-supports/duotone.php
3 3 /** 4 4 * Test the block WP_Duotone class. 5 5 * 6 * @group block-supports 7 * 6 8 * @package WordPress 7 9 */ 8 10 -
tests/phpunit/tests/blocks/getBlockTemplates.php
1 1 <?php 2 2 /** 3 * @group blocks 3 4 * @group block-templates 4 5 * 5 6 * @covers ::get_block_templates -
tests/phpunit/tests/canonical/category.php
2 2 3 3 /** 4 4 * @group canonical 5 * @group rewrite 6 * @group query 5 7 */ 6 8 class Tests_Canonical_Category extends WP_Canonical_UnitTestCase { 7 9 public $structure = '/%category%/%postname%/'; -
tests/phpunit/tests/canonical/stripFragmentFromUrl.php
4 4 * @group canonical 5 5 * @group rewrite 6 6 * @group query 7 * 7 8 * @covers ::strip_fragment_from_url 8 9 */ 9 10 class Tests_Canonical_StripFragmentFromUrl extends WP_UnitTestCase { -
tests/phpunit/tests/category/categoryDescription.php
2 2 3 3 /** 4 4 * @group taxonomy 5 * @group category.php 5 6 * 6 7 * @covers ::category_description 7 8 */ -
tests/phpunit/tests/category/getCategoryLink.php
2 2 3 3 /** 4 4 * @group taxonomy 5 * @group category.php 5 6 * 6 7 * @covers ::get_category_link 7 8 */ -
tests/phpunit/tests/category/getCategoryParents.php
2 2 3 3 /** 4 4 * @group taxonomy 5 * @group category.php 5 6 * 6 7 * @covers ::get_category_parents 7 8 */ -
tests/phpunit/tests/category/getTheCategoryById.php
2 2 3 3 /** 4 4 * @group taxonomy 5 * @group category.php 5 6 * 6 7 * @covers ::get_the_category_by_ID 7 8 */ -
tests/phpunit/tests/category/walkerCategory.php
1 1 <?php 2 2 /** 3 3 * @group taxonomy 4 * @group category.php 4 5 * @group walker 5 6 * 6 7 * @covers Walker_Category::start_el -
tests/phpunit/tests/category/wpListCategories.php
2 2 3 3 /** 4 4 * @group taxonomy 5 * @group category.php 5 6 * 6 7 * @covers ::wp_list_categories 7 8 */ -
tests/phpunit/tests/comment/commentForm.php
1 1 <?php 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * 6 6 * @covers ::comment_form 7 7 */ -
tests/phpunit/tests/comment/commentsOpen.php
1 1 <?php 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * @covers ::comments_open 6 6 */ 7 7 class Tests_Comment_CommentsOpen extends WP_UnitTestCase { -
tests/phpunit/tests/comment/pingsOpen.php
1 1 <?php 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * @covers ::pings_open 6 6 */ 7 7 class Tests_Comment_PingsOpen extends WP_UnitTestCase { -
tests/phpunit/tests/comment/wpUpdateCommentCountNow.php
1 1 <?php 2 2 3 3 /** 4 * @group 4 * @group comment 5 5 * 6 6 * @covers ::wp_update_comment_count_now 7 7 */ -
tests/phpunit/tests/customize/selective-refresh-ajax.php
9 9 * @subpackage UnitTests 10 10 * @since 4.5.0 11 11 * 12 * @group customize 12 13 * @group ajax 13 14 */ 14 15 class Test_WP_Customize_Selective_Refresh_Ajax extends WP_UnitTestCase { -
tests/phpunit/tests/date/maybeDeclineDate.php
3 3 /** 4 4 * @group functions.php 5 5 * @group i18n 6 * @group date 6 7 * @group datetime 7 8 * @covers ::wp_maybe_decline_date 8 9 */ -
tests/phpunit/tests/db/dbDelta.php
3 3 /** 4 4 * Test dbDelta() 5 5 * 6 * @group wpdb 6 7 * @group upgrade 7 8 * @group dbdelta 8 9 * -
tests/phpunit/tests/editor/classic-to-block-menu-converter.php
7 7 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 { 12 14 -
tests/phpunit/tests/editor/navigation-fallback.php
7 7 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 { 12 14 -
tests/phpunit/tests/filesystem/copyDir.php
3 3 /** 4 4 * Tests copy_dir(). 5 5 * 6 * @group filesystem 7 * @group wp-filesystem 6 8 * @group file.php 7 9 * 8 10 * @covers ::copy_dir -
tests/phpunit/tests/filesystem/findFolder.php
5 5 /** 6 6 * @group filesystem 7 7 * @group wp-filesystem 8 * @group file.php 8 9 */ 9 10 class WP_Filesystem_Find_Folder_Test extends WP_Filesystem_UnitTestCase { 10 11 … … 93 94 /example.com/www/index.php 94 95 /example.com/www/wp-includes/ 95 96 /example.com/www/wp-content/plugins/ 96 97 97 98 # sub.example.com 98 99 /example.com/sub/index.php 99 100 /example.com/sub/wp-includes/ -
tests/phpunit/tests/filesystem/moveDir.php
3 3 /** 4 4 * Tests move_dir(). 5 5 * 6 * @group filesystem 7 * @group wp-filesystem 6 8 * @group file.php 7 9 * 8 10 * @covers ::move_dir -
tests/phpunit/tests/filesystem/wpOpcacheInvalidateDirectory.php
3 3 /** 4 4 * Tests wp_opcache_invalidate_directory(). 5 5 * 6 * @group filesystem 7 * @group wp-filesystem 6 8 * @group file.php 7 9 * 8 10 * @covers ::wp_opcache_invalidate_directory