Changeset 57733
- Timestamp:
- 02/27/2024 11:05:18 PM (8 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/wpCheckdate.php
r57184 r57733 3 3 /** 4 4 * Tests for the wp_checkdate() function. 5 *6 * @ticket 598257 5 * 8 6 * @group date … … 15 13 16 14 /** 15 * @ticket 59825 16 * 17 17 * @dataProvider data_wp_checkdate 18 18 * -
trunk/tests/phpunit/tests/formatting/maybeHashHexColor.php
r57728 r57733 8 8 * @covers ::maybe_hash_hex_color 9 9 */ 10 class Tests_ formating_maybeHashHexColor extends WP_UnitTestCase {10 class Tests_Formatting_maybeHashHexColor extends WP_UnitTestCase { 11 11 12 12 /** -
trunk/tests/phpunit/tests/formatting/sanitizeHexColor.php
r57726 r57733 2 2 3 3 /** 4 * Tests for the sanitize_hex_color function.4 * Tests for the sanitize_hex_color() function. 5 5 * 6 6 * @group formatting … … 8 8 * @covers ::sanitize_hex_color 9 9 */ 10 class Tests_ formating_sanitizeHexColor extends WP_UnitTestCase {10 class Tests_Formatting_sanitizeHexColor extends WP_UnitTestCase { 11 11 12 12 /** -
trunk/tests/phpunit/tests/formatting/sanitizeHexColorNoHash.php
r57727 r57733 2 2 3 3 /** 4 * Tests for the sanitize_hex_color function.4 * Tests for the sanitize_hex_color_no_hash() function. 5 5 * 6 6 * @group formatting … … 8 8 * @covers ::sanitize_hex_color_no_hash 9 9 */ 10 class Tests_ formating_sanitizeHexColorNoHash extends WP_UnitTestCase {10 class Tests_Formatting_sanitizeHexColorNoHash extends WP_UnitTestCase { 11 11 12 12 /** -
trunk/tests/phpunit/tests/functions/mceSetDirection.php
r57718 r57733 2 2 3 3 /** 4 * Tests for the _mce_set_direction function.4 * Tests for the _mce_set_direction() function. 5 5 * 6 6 * @group functions … … 8 8 * @covers ::_mce_set_direction 9 9 */ 10 class Tests_ functions_mceSetDirection extends WP_UnitTestCase {10 class Tests_Functions_mceSetDirection extends WP_UnitTestCase { 11 11 12 12 /** -
trunk/tests/phpunit/tests/functions/wpCacheSetLastChanged.php
r57060 r57733 7 7 * @covers ::wp_cache_set_last_changed 8 8 */ 9 class Tests_ functions_wpCacheSetLastChanged extends WP_UnitTestCase {9 class Tests_Functions_wpCacheSetLastChanged extends WP_UnitTestCase { 10 10 11 11 /** -
trunk/tests/phpunit/tests/functions/wpParseSlugList.php
r57725 r57733 2 2 3 3 /** 4 * Tests for the wp_parse_slug_list function.4 * Tests for the wp_parse_slug_list() function. 5 5 * 6 6 * @group functions … … 8 8 * @covers ::wp_parse_slug_list 9 9 */ 10 class Tests_ functions_wpParseSlugList extends WP_UnitTestCase {10 class Tests_Functions_wpParseSlugList extends WP_UnitTestCase { 11 11 12 12 /** … … 21 21 22 22 /** 23 * data for test_wp_parse_slug_list 24 * 25 * @ticket 60217 23 * Data provider for test_wp_parse_slug_list(). 26 24 * 27 25 * @return array[]
Note: See TracChangeset
for help on using the changeset viewer.