Changeset 50454 for trunk/tests/phpunit/tests/link/themeFile.php
- Timestamp:
- 02/28/2021 05:09:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/themeFile.php
r50452 r50454 46 46 * 47 47 * @dataProvider data_theme_files 48 * 49 * @covers ::get_theme_file_uri 50 * @covers ::get_parent_theme_file_uri 48 51 */ 49 52 public function test_theme_file_uri_with_parent_theme( $file, $expected_theme, $existence ) { … … 59 62 * 60 63 * @dataProvider data_theme_files 64 * 65 * @covers ::get_theme_file_uri 66 * @covers ::get_parent_theme_file_uri 61 67 */ 62 68 public function test_theme_file_uri_with_child_theme( $file, $expected_theme, $existence ) { … … 74 80 * 75 81 * @dataProvider data_theme_files 82 * 83 * @covers ::get_theme_file_path 84 * @covers ::get_parent_theme_file_path 76 85 */ 77 86 public function test_theme_file_path_with_parent_theme( $file, $expected_theme, $existence ) { … … 87 96 * 88 97 * @dataProvider data_theme_files 98 * 99 * @covers ::get_theme_file_path 100 * @covers ::get_parent_theme_file_path 89 101 */ 90 102 public function test_theme_file_path_with_child_theme( $file, $expected_theme, $existence ) { … … 125 137 * 126 138 * @dataProvider data_theme_files 139 * 140 * @covers ::get_theme_file_uri 141 * @covers ::get_parent_theme_file_uri 127 142 */ 128 143 public function test_theme_file_uri_returns_valid_uri( $file, $expected_theme, $existence ) {
Note: See TracChangeset
for help on using the changeset viewer.