File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ public function test_wp_load_classic_theme_block_styles_on_demand_in_classic_the
954954 *
955955 * @return array<string, array{set_up?: Closure}>
956956 */
957- public function data_provider_for_test_wp_hoist_late_printed_styles (): array {
957+ public function data_wp_hoist_late_printed_styles (): array {
958958 return array (
959959 'no_actions_removed ' => array (
960960 'set_up ' => null ,
@@ -984,7 +984,7 @@ public function data_provider_for_test_wp_hoist_late_printed_styles(): array {
984984 * @ticket 64099
985985 * @covers ::wp_hoist_late_printed_styles
986986 *
987- * @dataProvider data_provider_for_test_wp_hoist_late_printed_styles
987+ * @dataProvider data_wp_hoist_late_printed_styles
988988 */
989989 public function test_wp_hoist_late_printed_styles ( ?Closure $ set_up ): void {
990990 if ( $ set_up ) {
You can’t perform that action at this time.
0 commit comments