Changeset 61395
- Timestamp:
- 12/20/2025 11:14:44 PM (5 months ago)
- Location:
- trunk/tests/phpunit/tests/dependencies
- Files:
-
- 4 edited
-
wpInlineScriptTag.php (modified) (1 diff)
-
wpRemoveSurroundingEmptyScriptTags.php (modified) (1 diff)
-
wpSanitizeScriptAttributes.php (modified) (1 diff)
-
wpScriptTag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/wpInlineScriptTag.php
r57341 r61395 9 9 * @covers ::wp_print_inline_script_tag 10 10 */ 11 class Tests_ Functions_wpInlineScriptTag extends WP_UnitTestCase {11 class Tests_Dependencies_wpInlineScriptTag extends WP_UnitTestCase { 12 12 13 13 private $original_theme_features = array(); -
trunk/tests/phpunit/tests/dependencies/wpRemoveSurroundingEmptyScriptTags.php
r56748 r61395 9 9 * @covers ::wp_remove_surrounding_empty_script_tags 10 10 */ 11 class Tests_ Functions_wpRemoveSurroundingEmptyScriptTags extends WP_UnitTestCase {11 class Tests_Dependencies_wpRemoveSurroundingEmptyScriptTags extends WP_UnitTestCase { 12 12 13 13 /** -
trunk/tests/phpunit/tests/dependencies/wpSanitizeScriptAttributes.php
r56547 r61395 8 8 * @covers ::wp_sanitize_script_attributes 9 9 */ 10 class Tests_ Functions_wpSanitizeScriptAttributes extends WP_UnitTestCase {10 class Tests_Dependencies_wpSanitizeScriptAttributes extends WP_UnitTestCase { 11 11 12 12 public function test_sanitize_script_attributes_type_set() { -
trunk/tests/phpunit/tests/dependencies/wpScriptTag.php
r61394 r61395 7 7 * @group scripts 8 8 */ 9 class Tests_ Functions_wpScriptTag extends WP_UnitTestCase {9 class Tests_Dependencies_wpScriptTag extends WP_UnitTestCase { 10 10 11 11 public function get_script_tag_type_set() {
Note: See TracChangeset
for help on using the changeset viewer.