Skip to content

Commit 8fd7597

Browse files
Sarthak JaiswalSarthak Jaiswal
authored andcommitted
Modified test function name
1 parent 7519de2 commit 8fd7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/speculation-rules/tests/test-speculation-rules-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function data_provider_to_test_render_settings_field(): array {
248248
* @param string $value_check HTML value attribute check.
249249
* @param string $description_check Description check.
250250
*/
251-
public function test_render_settings_field( array $args, array $stored_settings, string $name_check, string $value_check, string $description_check ): void {
251+
public function test_plsr_render_settings_field( array $args, array $stored_settings, string $name_check, string $value_check, string $description_check ): void {
252252
// Simulate getting stored settings.
253253
update_option( 'plsr_speculation_rules', $stored_settings );
254254

0 commit comments

Comments
 (0)