Skip to content

Commit

Permalink
👌 IMPROVE: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmoodak committed Aug 15, 2024
1 parent 3ae31a6 commit f927e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function get_site_configs() {
}

if ( isset( $config ) ) {
$config['type'] = $this->slug; // Useful to have it available, specially when integration is dependent on multiple integrations.
$config['type'] = $this->slug; // Useful to have it available, specially when integration have multiple setups.

$configs[] = $config;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/integrations/test-vip-integrations-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function tearDown(): void {
parent::tearDown();
}

public function test__constructor_doest_not_set_config_file_dir_property_if_constant_is_not_defined() {
public function test__constructor_does_not_set_config_file_dir_property_if_constant_is_not_defined() {
$integrations_config = new VipIntegrationsConfig();
$config_file_dir_value = get_class_property_as_public( VipIntegrationsConfig::class, 'config_file_dir' )->getValue( $integrations_config );

Expand Down

0 comments on commit f927e13

Please sign in to comment.