Changeset 52439 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 01/04/2022 06:38:52 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r52389 r52439 707 707 * 708 708 * @ticket 54597 709 * @ticket 54731 710 * 709 711 * @dataProvider data_block_theme_has_default_support 710 712 * … … 762 764 'support' => array( 763 765 'feature' => 'editor-styles', 766 ), 767 ), 768 'html5: comment-list' => array( 769 'support' => array( 770 'feature' => 'html5', 771 'sub_feature' => 'comment-list', 772 ), 773 ), 774 'html5: comment-form' => array( 775 'support' => array( 776 'feature' => 'html5', 777 'sub_feature' => 'comment-form', 778 ), 779 ), 780 'html5: search-form' => array( 781 'support' => array( 782 'feature' => 'html5', 783 'sub_feature' => 'search-form', 784 ), 785 ), 786 'html5: gallery' => array( 787 'support' => array( 788 'feature' => 'html5', 789 'sub_feature' => 'gallery', 790 ), 791 ), 792 'html5: caption' => array( 793 'support' => array( 794 'feature' => 'html5', 795 'sub_feature' => 'caption', 764 796 ), 765 797 ),
Note: See TracChangeset
for help on using the changeset viewer.