Skip to content

Commit

Permalink
💫 UPDATE: VIP_Integration_Test to include tests of IntegrationVipConf…
Browse files Browse the repository at this point in the history
…ig methods which are moved
  • Loading branch information
mehmoodak committed Jun 14, 2024
1 parent d77380b commit 13fdecc
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 365 deletions.
2 changes: 1 addition & 1 deletion integrations/integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function get_site_configs() {
$config = $this->get_value_from_config( $vip_config, 'network_sites', 'config' );

// If network site config is not found then fallback to env config if it exists.
if ( empty( $config ) && true === $this->get_value_from_config( $config, 'env', 'cascade_config' ) ) {
if ( empty( $config ) && true === $this->get_value_from_config( $vip_config, 'env', 'cascade_config' ) ) {
$config = $this->get_value_from_config( $vip_config, 'env', 'config' );
}
} else {
Expand Down
361 changes: 0 additions & 361 deletions tests/integrations/test-integration-vip-config.php

This file was deleted.

Loading

0 comments on commit 13fdecc

Please sign in to comment.