Skip to content

Commit 3d72894

Browse files
gzioloclaude
andcommitted
Tests: Rename connector settings test class and file to match function.
Renames Tests_Connectors_WpConnectorsGetProviderSettings to Tests_Connectors_WpConnectorsGetConnectorSettings and the file from wpConnectorsGetProviderSettings.php to wpConnectorsGetConnectorSettings.php to match the renamed _wp_connectors_get_connector_settings() function. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0186161 commit 3d72894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/connectors/wpConnectorsGetProviderSettings.php renamed to tests/phpunit/tests/connectors/wpConnectorsGetConnectorSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @group connectors
99
* @covers ::_wp_connectors_get_connector_settings
1010
*/
11-
class Tests_Connectors_WpConnectorsGetProviderSettings extends WP_UnitTestCase {
11+
class Tests_Connectors_WpConnectorsGetConnectorSettings extends WP_UnitTestCase {
1212

1313
use WP_AI_Client_Mock_Provider_Trait;
1414

0 commit comments

Comments
 (0)