Changeset 50409 for trunk/tests/phpunit/tests/dependencies/wpScriptTag.php
- Timestamp:
- 02/23/2021 01:58:21 AM (4 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/wpScriptTag.php
r50408 r50409 4 4 * Test wp_get_script_tag() and wp_print_script_tag(). 5 5 * 6 * @group functions.php 6 * @group dependencies 7 * @group scripts 7 8 */ 8 9 class Tests_Functions_wpScriptTag extends WP_UnitTestCase { … … 38 39 } 39 40 41 /** 42 * @covers ::wp_get_script_tag 43 */ 40 44 function test_get_script_tag_type_not_set() { 41 45 add_theme_support( 'html5', array( 'script' ) ); … … 55 59 } 56 60 61 /** 62 * @covers ::wp_print_script_tag 63 */ 57 64 function test_print_script_tag_prints_get_script_tag() { 58 65 add_filter(
Note: See TracChangeset
for help on using the changeset viewer.