Changeset 52010 for trunk/tests/phpunit/tests/dependencies/wpScriptTag.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/wpScriptTag.php
r51657 r52010 9 9 class Tests_Functions_wpScriptTag extends WP_UnitTestCase { 10 10 11 function get_script_tag_type_set() {11 public function get_script_tag_type_set() { 12 12 add_theme_support( 'html5', array( 'script' ) ); 13 13 … … 42 42 * @covers ::wp_get_script_tag 43 43 */ 44 function test_get_script_tag_type_not_set() {44 public function test_get_script_tag_type_not_set() { 45 45 add_theme_support( 'html5', array( 'script' ) ); 46 46 … … 62 62 * @covers ::wp_print_script_tag 63 63 */ 64 function test_print_script_tag_prints_get_script_tag() {64 public function test_print_script_tag_prints_get_script_tag() { 65 65 add_filter( 66 66 'wp_script_attributes',
Note: See TracChangeset
for help on using the changeset viewer.