Skip to content

Commit 7e60e6e

Browse files
committed
Rename data provider per convention.
1 parent f4452a1 commit 7e60e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/tests/template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ) {

0 commit comments

Comments
 (0)