Skip to content

Commit 7cf23fe

Browse files
Tests: Correst some test class names per the naming conventions.
Follow-up to [50167], [50409], [56748]. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@61395 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bdba35b commit 7cf23fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/phpunit/tests/dependencies/wpInlineScriptTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @covers ::wp_get_inline_script_tag
99
* @covers ::wp_print_inline_script_tag
1010
*/
11-
class Tests_Functions_wpInlineScriptTag extends WP_UnitTestCase {
11+
class Tests_Dependencies_wpInlineScriptTag extends WP_UnitTestCase {
1212

1313
private $original_theme_features = array();
1414

tests/phpunit/tests/dependencies/wpRemoveSurroundingEmptyScriptTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @ticket 58664
99
* @covers ::wp_remove_surrounding_empty_script_tags
1010
*/
11-
class Tests_Functions_wpRemoveSurroundingEmptyScriptTags extends WP_UnitTestCase {
11+
class Tests_Dependencies_wpRemoveSurroundingEmptyScriptTags extends WP_UnitTestCase {
1212

1313
/**
1414
* Data provider for test.

tests/phpunit/tests/dependencies/wpSanitizeScriptAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @group scripts
88
* @covers ::wp_sanitize_script_attributes
99
*/
10-
class Tests_Functions_wpSanitizeScriptAttributes extends WP_UnitTestCase {
10+
class Tests_Dependencies_wpSanitizeScriptAttributes extends WP_UnitTestCase {
1111

1212
public function test_sanitize_script_attributes_type_set() {
1313
add_theme_support( 'html5', array( 'script' ) );

tests/phpunit/tests/dependencies/wpScriptTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @group dependencies
77
* @group scripts
88
*/
9-
class Tests_Functions_wpScriptTag extends WP_UnitTestCase {
9+
class Tests_Dependencies_wpScriptTag extends WP_UnitTestCase {
1010

1111
public function get_script_tag_type_set() {
1212
add_theme_support( 'html5', array( 'script' ) );

0 commit comments

Comments
 (0)